Skip to main content
POST
Create tenant

Authorizations

Authorization
string
header
required

JWT with private key. Java example Please note that Token URL is specific for a given environment. Correct URL is in the corresponding environment documentation.

Body

application/json
name
string
required

Desired name of the tenant. Must be unique within the organization and contain only lowercase letters (a-z) and digits (0-9).

Required string length: 1 - 61
Pattern: ^[a-z0-9]{1,61}$
cells
enum<string>[]

List of cells where the UI should be accessible

An enumeration.

Available options:
eu-1,
us-1,
ap-2,
ap-3,
ca-1

Response

Tenant created successfully.

id
string
required
name
string
required
created
string
required
updated
string
required
cells
enum<string>[]
required

An enumeration.

Available options:
eu-1,
us-1,
ap-2,
ap-3,
ca-1