Skip to main content
POST
JavaScript

Authorizations

X-API-KEY
string
header
required

Body

application/json

Array of tenants to create. Maximum 100 tenants per request.

Required array length: 1 - 100 elements
customerId
string
required

The external customer ID. Must be unique within the environment.

Maximum string length: 255
Example:

"customer_12345"

name
string
required

Human-readable name for the tenant.

Maximum string length: 255
Example:

"Acme Corp"

Response

Successful operation (no tenants created)

Response containing created tenants and any issues.

created
AdminTenant · object[]
required

Array of successfully created tenants.

issues
AdminIssue · object[]
required

Array of issues encountered during creation.