View tenant
- Print
- PDF
View tenant
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
View tenant.
Request
- GET /tenant
Response
Response body
{
"tenantId" : "string",
"tenantAlias" : "string",
"mbrLoginAllow" : "string",
"protocols" : [ "string" ],
"applicationTypeSupported" : [ "string" ],
"idleSessionExpDuration": "integer",
"multipleLoginAllowed" : "boolean",
"organizationEnabled" : "boolean",
"organizationEnabledAt" : "string",
"isIdpExist" : "boolean",
"possessionAuthenticationEnabled" : "boolean",
"possessionAuthenticationType" : [ "string" ],
"multiFactorAuthenticationEnabled" : "boolean",
"oauth2" : {
"grantTypeSupported" : [ "string" ],
"responseTypeSupported" : [ "string" ],
"scopeSupported" : [ "string" ],
"clientAuthMethodSupported" : [ "string" ],
"accessTypeSupported" : [ "string" ]
},
"createdAt" : "string"
}
Parameter | Type | Description | Restrictions |
---|---|---|---|
tenantId | String | Tenant ID | |
tenantAlias | String | Tenant Alias | |
mbrLoginAllow | String | Log in with main account | |
protocols | Array | protocol list | |
applicationTypeSupported | Array | Supported application type | |
idleSessionExpDuration | Integer | SAML login session duration | |
multipleLoginAllowed | Boolean | Whether to allow duplicate logins | |
organizationEnabled | Boolean | Organization integration status | |
organizationEnabledAt | String | Organization integration time | |
isIdpExist | Boolean | External Identity Provider registration status | |
possessionAuthenticationEnabled | Boolean | Whether occupance authentication is set | |
possessionAuthenticationType | Array | Occupancy authentication configuration type (email/SMS) | |
multiFactorAuthenticationEnabled | Boolean | Whether two-factor authentication is set | |
createdAt | String | Tenant creation date and time (UTC, e.g., 2023-04-25T13:11:50Z) | |
oauth2.grantTypeSupported | Array | [Oauth2] Supported grant type | |
oauth2.responseTypeSupported | Array | [Oauth2] Supported response type | |
oauth2.scopeSupported | Array | [Oauth2] Supported scope | |
oauth2.clientAuthMethodSupported | Array | [Oauth2] Supported ClientAuthMethod | |
oauth2.accessTypeSupported | Array | [Oauth2] Supported access type |
Was this article helpful?