Create New Tenant
Create new Tenant.
PUT
/tenants/user
Create new Tenant. For Tenant Admin role only.
Request Body
Name
Type
Description
Array
New Tenant fields.
{
content:
application/json:
schema:
$ref: '#/components/schemas/Tenant'
}
Last updated