POST /zones/{zone_id}/access/organizations
Sets up a Zero Trust organization for your account.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
zone_id |
Yes |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
user_seat_expiration_inactive_time |
String | No |
The amount of time a user seat is inactive before it expires. When the user seat exceeds the set time of inactivity, the user is removed as an active seat and no longer counts against your Teams seat count. Must be in the format |
name |
String | Yes |
The name of your Zero Trust organization. |
auth_domain |
String | Yes |
The unique subdomain assigned to your Zero Trust organization. |
is_ui_read_only |
Boolean | No |
Lock all settings as Read-Only in the Dashboard, regardless of user permission. Updates may only be made via the API or Terraform for this account when enabled. |
ui_read_only_toggle_reason |
String | No |
A description of the reason why the UI read only field is being toggled. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.