Organizations
Get your Zero Trust organization
client.zeroTrust.organizations.list(OrganizationListParams { account_id, zone_id } params?, RequestOptionsoptions?): Organization { allow_authenticate_via_warp, auth_domain, auto_redirect_to_identity, 12 more }
GET/{accounts_or_zones}/{account_or_zone_id}/access/organizations
Create your Zero Trust organization
client.zeroTrust.organizations.create(OrganizationCreateParams { auth_domain, name, account_id, 13 more } params, RequestOptionsoptions?): Organization { allow_authenticate_via_warp, auth_domain, auto_redirect_to_identity, 12 more }
POST/{accounts_or_zones}/{account_or_zone_id}/access/organizations
Update your Zero Trust organization
client.zeroTrust.organizations.update(OrganizationUpdateParams { account_id, zone_id, allow_authenticate_via_warp, 14 more } params, RequestOptionsoptions?): Organization { allow_authenticate_via_warp, auth_domain, auto_redirect_to_identity, 12 more }
PUT/{accounts_or_zones}/{account_or_zone_id}/access/organizations
Revoke all Access tokens for a user
client.zeroTrust.organizations.revokeUsers(OrganizationRevokeUsersParams { email, account_id, zone_id, 3 more } params, RequestOptionsoptions?): OrganizationRevokeUsersResponse
POST/{accounts_or_zones}/{account_or_zone_id}/access/organizations/revoke_user
OrganizationsDOH
Get your Zero Trust organization DoH settings
client.zeroTrust.organizations.doh.get(DOHGetParams { account_id } params, RequestOptionsoptions?): DOHGetResponse { id, client_id, doh_jwt_duration, 3 more }
GET/accounts/{account_id}/access/organizations/doh
Update your Zero Trust organization DoH settings
client.zeroTrust.organizations.doh.update(DOHUpdateParams { account_id, doh_jwt_duration, service_token_id } params, RequestOptionsoptions?): DOHUpdateResponse { id, client_id, doh_jwt_duration, 3 more }
PUT/accounts/{account_id}/access/organizations/doh