hasancse1991

Crew Invitation - Member Search (GET: /api/crew/invite/members/?query=john)

Nov 1st, 2021 (edited)
4,451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.31 KB | None | 0 0
  1. {
  2.   "status": "Success",
  3.   "statusCode": 200,
  4.   "data": {
  5.     "memberList": [
  6.       {
  7.         "id": "29324c5f-908e-4194-8084-72622e25c751",
  8.         "name": "John Doe",
  9.         "profilePictureUrl": "https://picsum.photos/id/12/300/300",
  10.         "isInvited": false
  11.       },
  12.       {
  13.         "id": "29324c5f-908e-4194-8084-72622e25c751",
  14.         "name": "Von Doe",
  15.         "profilePictureUrl": "https://picsum.photos/id/17/300/300",
  16.         "isInvited": false
  17.       },
  18.       {
  19.         "id": "29324c5f-908e-4194-8084-72622e25c751",
  20.         "name": "John Doe",
  21.         "profilePictureUrl": "https://picsum.photos/id/16/300/300",
  22.         "isInvited": false
  23.       },
  24.       {
  25.         "id": "29324c5f-908e-4194-8084-72622e25c751",
  26.         "name": "Maria Nigar",
  27.         "profilePictureUrl": "https://picsum.photos/id/15/300/300",
  28.         "isInvited": true
  29.       },
  30.       {
  31.         "id": "29324c5f-908e-4194-8084-72622e25c751",
  32.         "name": "Faisal Binu",
  33.         "profilePictureUrl": null,
  34.         "isInvited": false
  35.       },
  36.       {
  37.         "id": "29324c5f-908e-4194-8084-72622e25c751",
  38.         "name": "Faisal Binu",
  39.         "profilePictureUrl": null,
  40.         "isInvited": true
  41.       }
  42.     ],
  43.     "pageNumber": 1,
  44.     "pageSize": 10,
  45.     "total": 20
  46.   },
  47.   "message": "Successful",
  48.   "errors": null
  49. }
Advertisement
Add Comment
Please, Sign In to add comment