Advertisement
hasancse1991

Crew member List /api/crew/{crewId}/member

Sep 23rd, 2021 (edited)
977
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.40 KB | None | 0 0
  1. {
  2.   "status": "Success",
  3.   "statusCode": 200,
  4.   "data": {
  5.     "privacy": "PRIVATE || PUBLIC",
  6.     "appUserRole": "ADMIN || MEMBER",
  7.     "memberList": [
  8.       {
  9.         "id": 101,
  10.         "name": "John Doe",
  11.         "profilePictureUrl": "https:\/\/picsum.photos\/id\/12\/300\/300",
  12.         "phone": "+1525512545",
  13.         "isAdmin": true,
  14.         "isAeonUser": true
  15.       },
  16.       {
  17.         "id": 101,
  18.         "name": "Von Doe",
  19.         "profilePictureUrl": "https:\/\/picsum.photos\/id\/17\/300\/300",
  20.         "phone": "+1525512545",
  21.         "isAdmin": true,
  22.         "isAeonUser": true
  23.       },
  24.       {
  25.         "id": 101,
  26.         "name": "John Doe",
  27.         "profilePictureUrl": "https:\/\/picsum.photos\/id\/16\/300\/300",
  28.         "phone": "+1525512545",
  29.         "isAdmin": false,
  30.         "isAeonUser": true
  31.       },
  32.       {
  33.         "id": 101,
  34.         "name": "Maria Nigar",
  35.         "profilePictureUrl": "https:\/\/picsum.photos\/id\/15\/300\/300",
  36.         "phone": "+1525512545",
  37.         "isAdmin": false,
  38.         "isAeonUser": true
  39.       },
  40.       {
  41.         "id": 101,
  42.         "name": "Faisal Binu",
  43.         "profilePictureUrl": "https:\/\/picsum.photos\/id\/14\/300\/300",
  44.         "phone": "+1525512545",
  45.         "isAdmin": false,
  46.         "isAeonUser": false
  47.       }
  48.     ],
  49.     "pageNumber": 1,
  50.     "pageSize": 10,
  51.     "total": 20
  52.   },
  53.   "message": "Successful",
  54.   "errors": null
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement