listAccountMembers.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "success": true,
  3. "errors": [],
  4. "messages": [],
  5. "result": [
  6. {
  7. "id": "4536bcfad5faccb111b47003c79917fa",
  8. "code": "05dd05cce12bbed97c0d87cd78e89bc2fd41a6cee72f27f6fc84af2e45c0fac0",
  9. "user": {
  10. "id": "7c5dae5552338874e5053f2534d2767a",
  11. "first_name": "John",
  12. "last_name": "Appleseed",
  13. "email": "user@example.com",
  14. "two_factor_authentication_enabled": false
  15. },
  16. "status": "accepted",
  17. "roles": [
  18. {
  19. "id": "3536bcfad5faccb999b47003c79917fb",
  20. "name": "Account Administrator",
  21. "description": "Administrative access to the entire Account",
  22. "permissions": {
  23. "analytics": {
  24. "read": true,
  25. "write": true
  26. },
  27. "billing": {
  28. "read": true,
  29. "write": true
  30. },
  31. "cache_purge": {
  32. "read": true,
  33. "write": true
  34. },
  35. "dns": {
  36. "read": true,
  37. "write": true
  38. },
  39. "dns_records": {
  40. "read": true,
  41. "write": true
  42. },
  43. "lb": {
  44. "read": true,
  45. "write": true
  46. },
  47. "logs": {
  48. "read": true,
  49. "write": true
  50. },
  51. "organization": {
  52. "read": true,
  53. "write": true
  54. },
  55. "ssl": {
  56. "read": true,
  57. "write": true
  58. },
  59. "waf": {
  60. "read": true,
  61. "write": true
  62. },
  63. "zones": {
  64. "read": true,
  65. "write": true
  66. },
  67. "zone_settings": {
  68. "read": true,
  69. "write": true
  70. }
  71. }
  72. }
  73. ]
  74. }
  75. ],
  76. "result_info": {
  77. "page": 1,
  78. "per_page": 20,
  79. "count": 1,
  80. "total_count": 200
  81. }
  82. }