Create tenant
Create tenant
Request Body — REQUIRED | ||||
---|---|---|---|---|
authClientId stringPossible values: 1 ≤ length ≤ 40, Value must match regular expression Id of authentication clientId, a default when not specified. Must not be updated! | ||||
authRealm stringPossible values: 1 ≤ length ≤ 10, Value must match regular expression Id of authentication realm, 'shortName' when not specified. Must not be updated! | ||||
customDomain stringPossible values: length ≤ 255 | ||||
displayName string — REQUIREDPossible values: 1 ≤ length ≤ 255 | ||||
emailSettings object — REQUIRED
| ||||
favicon stringPossible values: length ≤ 5000 | ||||
headlineFont stringPossible values: length ≤ 30 | ||||
imprintUrl string — REQUIREDPossible values: length ≤ 2048 | ||||
logo string — REQUIREDPossible values: length ≤ 10000 | ||||
primaryColor string — REQUIREDPossible values: length ≤ 10, Value must match regular expression | ||||
privacyPolicyUrl string — REQUIREDPossible values: length ≤ 2048 | ||||
shortName string — REQUIREDPossible values: 1 ≤ length ≤ 20, Value must match regular expression | ||||
supportUrl stringPossible values: length ≤ 2048 | ||||
tenantId int32 — REQUIREDPossible values: 1 ≤ value | ||||
termsOfUseUrl string — REQUIREDPossible values: length ≤ 2048 |
Responses | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
201 Tenant successfully created
| ||||||||||||||||||||||||
400 Bad Request (e.g. element not found or resource conflict).
| ||||||||||||||||||||||||
403 Missing permission
| ||||||||||||||||||||||||
500 Internal server error (Internal service communication or process error).
|