Advertisement
hasancse1991

Tribe member Search Result (query param: name="John" (optional) tribeId=101))

Aug 17th, 2021 (edited)
859
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.05 KB | None | 0 0
  1. {
  2.   "status": "Success",
  3.   "statusCode": 200,
  4.   "data": {
  5.     "userList": [
  6.       {
  7.         "id": "7f141043-104b-4b61-a9b6-95941aed2292",
  8.         "name": "John Doe",
  9.         "profilePictureUrl": "https://picsum.photos/id/12/300/300",
  10.         "dateOfBirth": "2021-08-17T08:39:04.1665352+00:00",
  11.         "relation": "Father",
  12.         "isAeonUser": true
  13.       },
  14.       {
  15.         "id": "7f141043-104b-4b61-a9b6-95941aed2292",
  16.         "name": "John Doe",
  17.         "profilePictureUrl": "https://picsum.photos/id/13/300/300",
  18.         "dateOfBirth": "2021-08-17T08:39:04.1665352+00:00",
  19.         "relation": "Father",
  20.         "isAeonUser": false
  21.       },
  22.       {
  23.         "id": "7f141043-104b-4b61-a9b6-95941aed2292",
  24.         "name": "John Doe",
  25.         "profilePictureUrl": "https://picsum.photos/id/14/300/300",
  26.         "dateOfBirth": "2021-08-17T08:39:04.1665352+00:00",
  27.         "relation": "Father",
  28.         "isAeonUser": true
  29.       }
  30.     ],
  31.     "pageNumber": 1,
  32.     "pageSize": 10,
  33.     "total": 20
  34.   },
  35.   "message": "Successful",
  36.   "errors": null
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement