nubooya

Untitled

Apr 2nd, 2021 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. {
  2. "code": "SUCCESS",
  3. "message": "user-list",
  4. "data": [
  5. {
  6. "id": "xxxx",
  7. "name": "Andi Permana",
  8. "email": "andi@mail.com",
  9. "role_id": "xxxxx",
  10. "role_name": "Catar",
  11. "location_name": "Jakarta",
  12. "deactivated_status": "Tidak Aktif",
  13. "deactivated_at": "2020-03-31 20:30"
  14. },
  15. {
  16. "id": "xxxx",
  17. "name": "Silvia Faisak",
  18. "email": "pipi@mail.com",
  19. "role_id": "xxxxx",
  20. "role_name": "Admin",
  21. "location_name": "Bandung",
  22. "deactivated_status": "Aktif",
  23. "deactivated_at": null
  24. }
  25. ]
  26. }
Add Comment
Please, Sign In to add comment