Create a new tenant

Create a new tenant

Body required
application/json
name
string required

The tenant internal name

licenseLimit
integer required

License limit for this tenant

description
string

A simple description for this tenant

licenseExpiration
integer

Custom license expiration date for this tenant

administratorPassword
string

Password to use for the administrator account of this tenant

Responses
  • 201 Tenant successfully registered
    tenant
    object (Tenant) required
    account
    object (Account information) required
  • 400 Unable to register the tenant
  • 401 Authentication error
  • 403 Forbidden action
  • 500 Unexpected internal server error