Skip to main content
POST
Create tenant

Authorizations

Authorization
string
header
required

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

Body

application/json

Request body used to create a tenant resource.

Request body used to create a tenant resource.

name
string
required

Tenant name.

Required string length: 1 - 255
Example:

"My Acme Corp"

description
string

Detailed tenant description.

Example:

"A leading provider of business solutions."

Response

Default Response

Standard success response payload wrapped in a data property.

data
object
required

Tenant resource returned by the API.