createAccountMember.json 1.7 KB

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