123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "success": true,
- "errors": [],
- "messages": [],
- "result": {
- "id": "4536bcfad5faccb111b47003c79917fa",
- "code": "05dd05cce12bbed97c0d87cd78e89bc2fd41a6cee72f27f6fc84af2e45c0fac0",
- "user": {
- "id": "7c5dae5552338874e5053f2534d2767a",
- "first_name": "John",
- "last_name": "Appleseed",
- "email": "user@example.com",
- "two_factor_authentication_enabled": false
- },
- "status": "accepted",
- "roles": [
- {
- "id": "3536bcfad5faccb999b47003c79917fb",
- "name": "Account Administrator",
- "description": "Administrative access to the entire Account",
- "permissions": {
- "analytics": {
- "read": true,
- "write": true
- },
- "billing": {
- "read": true,
- "write": true
- },
- "cache_purge": {
- "read": true,
- "write": true
- },
- "dns": {
- "read": true,
- "write": true
- },
- "dns_records": {
- "read": true,
- "write": true
- },
- "lb": {
- "read": true,
- "write": true
- },
- "logs": {
- "read": true,
- "write": true
- },
- "organization": {
- "read": true,
- "write": true
- },
- "ssl": {
- "read": true,
- "write": true
- },
- "waf": {
- "read": true,
- "write": true
- },
- "zones": {
- "read": true,
- "write": true
- },
- "zone_settings": {
- "read": true,
- "write": true
- }
- }
- }
- ]
- }
- }
|