Create New Tenant

Create new Tenant.

PUT /tenants/user

Create new Tenant. For Tenant Admin role only.

Request Body

NameTypeDescription

Array

New Tenant fields.

{
content:
            application/json:
              schema:
                $ref: '#/components/schemas/Tenant'
}

Last updated