Skip to main content
POST
C#

承認

Authorization
string
header
必須

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

ボディ

name
string<organization-name>
デフォルト:organization-1
必須

The name of this organization.

Required string length: 1 - 50
display_name
string
デフォルト:Acme Users

Friendly name of this organization.

Required string length: 1 - 255
branding
object

Theme defines how to style the login pages.

metadata
object

Metadata associated with the organization, in the form of an object with string values (max 255 chars). Maximum of 25 metadata properties allowed.

enabled_connections
object[]

Connections that will be enabled for this organization. See POST enabled_connections endpoint for the object format. (Max of 10 connections allowed)

token_quota
object
EA
third_party_client_access
enum<string>
GA

Controls whether this organization can be used in user flows with third-party clients. Defaults to block.

利用可能なオプション:
block,
allow
is_app_entitlement_active
boolean
EA

Whether app entitlement is active for this organization.

レスポンス

Organization successfully created.

id
string<organization-id>

Organization identifier.

Maximum string length: 50
name
string<organization-name>
デフォルト:organization-1

The name of this organization.

Required string length: 1 - 50
display_name
string
デフォルト:Acme Users

Friendly name of this organization.

Required string length: 1 - 255
branding
object

Theme defines how to style the login pages.

metadata
object

Metadata associated with the organization, in the form of an object with string values (max 255 chars). Maximum of 25 metadata properties allowed.

token_quota
object
EA
third_party_client_access
enum<string>
GA

Controls whether this organization can be used in user flows with third-party clients. Defaults to block.

利用可能なオプション:
block,
allow
is_app_entitlement_active
boolean
EA

Whether app entitlement is active for this organization.

client
object
EA

The organization's association with the client passed in the include_client_association_for query parameter.

enabled_connections
object[]