General Information
...
Service | API | Method | Data Models | Workflow |
---|---|---|---|---|
multitenant | /tenant | POST | Tenant | N/A |
Description
...
Name | Source | Mandatory | Type | Special Format | Description | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
name | Body | YES | String | N/A | Tenant Name | ||||||||||||||||||||||||||||||||||||||||
description | Body | YES | String | N/A | Tenant Description | ||||||||||||||||||||||||||||||||||||||||
code | Body | NO | String | N/A | Tenant Code | ||||||||||||||||||||||||||||||||||||||||
type | Body | YES | String | "enum": ["product", "client"] | Tenant Type | ||||||||||||||||||||||||||||||||||||||||
tag | Body | NO | String | N/A | Tenant Tag | ||||||||||||||||||||||||||||||||||||||||
console | Body | NO | Boolean | True or False | Tenant is Console or not. | ||||||||||||||||||||||||||||||||||||||||
mainTenant | Body - extKey | NO | String | N/A | Main Tenant if the new Tenant is a subtenant | ||||||||||||||||||||||||||||||||||||||||
profile | Body | NO | Object | N/A | |||||||||||||||||||||||||||||||||||||||||
oauth | Body | NO | Object | Check Nested Table Below | OAuth access delegations | ||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||
application | Body | NO | Object | Check Nested Table Below | Tenant Application | ||||||||||||||||||||||||||||||||||||||||
|
If your adding a client tenant and the main tenant id is not included, main tenant id will be used from the external key.
...