General Information
...
Service | API | Method | Data Models | Workflow | Group |
---|---|---|---|---|---|
multitenant | /tenant | POST | Tenant | N/A | Tenant |
Description
This API adds a main (product) or sub (client) tenant record. If the added tenant is a subtenant, the main tenant id should be provided or it will be automatically taken from the external key provided in the request headers.Add tenant with optional application, key, and ext key
Input
...
Type: application/json
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 ID 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 | ||||||||||||||||||||||||||||||||||||||||
|
...