users.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "users": [
  3. {
  4. "id": "eff03964a29b4f89b9fefc4c16de5f4f",
  5. "name": "admin",
  6. "domain_id": "default",
  7. "enabled": true,
  8. "password_expires_at": null,
  9. "options": {},
  10. "links": {
  11. "self": "http://[redacted]/v3/users/eff03964a29b4f89b9fefc4c16de5f4f"
  12. }
  13. },
  14. {
  15. "email": null,
  16. "description": null,
  17. "id": "e26d485a4f31426a9dd8a3d697eb2f51",
  18. "name": "barbican",
  19. "domain_id": "default",
  20. "enabled": true,
  21. "default_project_id": "c7fc329e310e436ea7fa5e6e41c642c7",
  22. "password_expires_at": null,
  23. "options": {},
  24. "links": {
  25. "self": "http://[redacted]/v3/users/e26d485a4f31426a9dd8a3d697eb2f51"
  26. }
  27. },
  28. {
  29. "email": "coriolis@localhost",
  30. "description": null,
  31. "id": "aa80baecc9ae4c02aff33695c5c2f84c",
  32. "name": "coriolis",
  33. "domain_id": "default",
  34. "enabled": true,
  35. "default_project_id": "c7fc329e310e436ea7fa5e6e41c642c7",
  36. "password_expires_at": null,
  37. "options": {},
  38. "links": {
  39. "self": "http://[redacted]/v3/users/aa80baecc9ae4c02aff33695c5c2f84c"
  40. }
  41. }
  42. ],
  43. "links": {
  44. "next": null,
  45. "self": "http://[redacted]/v3/users",
  46. "previous": null
  47. }
  48. }