Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Path Parameters

organization_id
string
required

The unique identifier of the owning organization that will create the tenant

Maximum string length: 24
Pattern: ^[0-9a-f]{24}$

Body

application/json
name
string
required
Maximum string length: 512
product_config_id
string
required
Maximum string length: 24
Pattern: ^[0-9a-f]{24}$
organization_email
string
required
Maximum string length: 512
organization_language
string
required
Maximum string length: 512
organization_country
string
required
Maximum string length: 512
organization_industry
string
required
Maximum string length: 512
policy_id
string
Maximum string length: 24
Pattern: ^[0-9a-f]{24}$

Response

Tenant and associated organization successfully created. Returns the created tenant resource.

id
string
required
organization_id
string
required

Tenant organization ID

create_date
string<date-time>
required
name
string
required
region
string
required
product_id
string | null

Product ID (nullable)

policy_id
string | null

Policy ID (nullable)