Skip to main content
GET
Get organization template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<organization-template-id>
required

Organization Template identifier.

Response

Organization template successfully retrieved.

id
string<organization-template-id>

Organization Template identifier.

name
string

The name of the organization template.

Required string length: 1 - 100
Pattern: ^[^\x00]*$
is_default
boolean

Whether this is the default template applied to new organizations.

organization_deletion_behavior
enum<string>

Controls whether organizations using this template can be deleted.

Available options:
allow,
allow_if_empty
connection_deletion_behavior
enum<string>

Controls whether connections created from this template can be deleted.

Available options:
allow,
allow_if_empty
enforce_permission_ceiling
boolean

Whether to enforce permission ceiling for organizations using this template.

enforce_self_assignment_restriction
boolean

Whether to enforce self-assignment restrictions for organizations using this template.

connection_profile_id
string<connection-profile-id>

The connection profile to apply to new connections.

user_attribute_profile_id
string<user-attribute-profile-id>

The user attribute profile to apply to organizations.

allowed_strategies
enum<string>[]

List of allowed connection strategies for this template.

An allowed enterprise connection strategy.

Available options:
adfs,
google-apps,
oidc,
okta,
pingfederate,
samlp,
waad
invitation_landing_client_id
string<client-id>

The client ID for the invitation landing page.

admin_roles_assignment
string<role-id>[]

Default admin roles to assign to organization creators.

Role identifier.

use_for_organization_discovery
object | null

Controls whether connections from this template are used for organization discovery.

role_visibility_policy
object | null

Controls role visibility for organization administrators.

created_at
string<date-time>

The ISO 8601 formatted timestamp representing when the template was created.

updated_at
string<date-time>

The ISO 8601 formatted timestamp representing when the template was last updated.