TenantSettings Object
Contains information about the settings for the tenant, configurable by the Site Admin, such as app, API, ticket, and password policy settings.
This object is used by the following operations:
- GET /resources/{ResourceVersionKey}/settings (used prior to login, returns a subset of settings)
- GET /resources/v2/{ResourceVersionKey}/settings (used after login, returns all settings)
The properties included in the TenantSettings object are listed below.
Property | Type | Description |
---|---|---|
TenantProperties | TenantProperties | Contains information about basic properties for the current tenant. |
BusinessSettings | BusinessSettings | Contains information about the settings for a business on the platform. |
LoginDomains | LoginDomains | Includes information about login domains set up on the platform. |
Challenges | Challenges | Contains information about one or more business challenges (security questions and answers). |
PasswordPolicy | PasswordPolicy | Contains information about the password policy in effect for the business. |