Files
cloudflare-php/tests/Fixtures/Endpoints/createStandardAccount.json
Phil Young 7f72427fa1 Add Account Creation (#191)
This is used on the tenant API but is currently undocumented on the main
documentation
2021-10-01 10:16:27 +10:00

13 lines
224 B
JSON

{
"result": {
"id": "2bab6ace8c72ed3f09b9eca6db1396bb",
"name": "Foo Bar",
"type": "standard",
"settings": {
"enforce_twofactor": false
}
},
"success": true,
"errors": [],
"messages": []
}