Create a new tenant

Create a new tenant

Body required
application/json
name
string required

The tenant internal name

license
object (License Configuration) required

License configuration for a tenant. At least one of certificate or dcv must be provided.

description
string

A simple description 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