Advertisement
hasancse1991

Crew member List

Oct 21st, 2021
948
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.20 KB | None | 0 0
  1. {
  2.   "status": "Success",
  3.   "statusCode": 200,
  4.   "data": {
  5.     "isPrivate": true,
  6.     "isAppUserAdmin": true,
  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.       },
  15.       {
  16.         "id": 101,
  17.         "name": "Von Doe",
  18.         "profilePictureUrl": "https:\/\/picsum.photos\/id\/17\/300\/300",
  19.         "phone": "+1525512545",
  20.         "isAdmin": true
  21.       },
  22.       {
  23.         "id": 101,
  24.         "name": "John Doe",
  25.         "profilePictureUrl": "https:\/\/picsum.photos\/id\/16\/300\/300",
  26.         "phone": "+1525512545",
  27.         "isAdmin": false
  28.       },
  29.       {
  30.         "id": 101,
  31.         "name": "Maria Nigar",
  32.         "profilePictureUrl": "https:\/\/picsum.photos\/id\/15\/300\/300",
  33.         "phone": "+1525512545",
  34.         "isAdmin": false
  35.       },
  36.       {
  37.         "id": 101,
  38.         "name": "Faisal Binu",
  39.         "profilePictureUrl": null,
  40.         "phone": "+1525512545",
  41.         "isAdmin": false
  42.       }
  43.     ],
  44.     "pageNumber": 1,
  45.     "pageSize": 10,
  46.     "total": 20
  47.   },
  48.   "message": "Successful",
  49.   "errors": null
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement