POST /zones/{zone_id}/access/organizations

Sets up a Zero Trust organization for your account.

Servers

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 300ms or 2h45m. Valid time units are: ns, us (or µs), ms, s, m, h.

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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.