View tenant
    • PDF

    View tenant

    • PDF

    Article summary

    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"
    }
    
    ParameterTypeDescriptionRestrictions
    tenantIdStringTenant ID
    tenantAliasStringTenant Alias
    mbrLoginAllowStringLog in with main account
    protocolsArrayprotocol list
    applicationTypeSupportedArraySupported application type
    idleSessionExpDurationIntegerSAML login session duration
    multipleLoginAllowedBooleanWhether to allow duplicate logins
    organizationEnabledBooleanOrganization integration status
    organizationEnabledAtStringOrganization integration time
    isIdpExistBooleanExternal Identity Provider registration status
    possessionAuthenticationEnabledBooleanWhether occupance authentication is set
    possessionAuthenticationTypeArrayOccupancy authentication configuration type (email/SMS)
    multiFactorAuthenticationEnabledBooleanWhether two-factor authentication is set
    createdAtStringTenant creation date and time (UTC, e.g., 2023-04-25T13:11:50Z)
    oauth2.grantTypeSupportedArray[Oauth2] Supported grant type
    oauth2.responseTypeSupportedArray[Oauth2] Supported response type
    oauth2.scopeSupportedArray[Oauth2] Supported scope
    oauth2.clientAuthMethodSupportedArray[Oauth2] Supported ClientAuthMethod
    oauth2.accessTypeSupportedArray[Oauth2] Supported access type

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.