Skip to main content
Version: latest

Returns the user organization details

GET 

/v1/auth/org

Returns the allowed login method and information with the organization details

Request

Query Parameters

    orgName string

Responses

OK

Schema

    appEnvstring

    Describes the env type. Possible values [ saas, self-hosted, quick-start, enterprise, airgap]

    authTypestring

    Possible values: [password, sso]

    Describes the default mode of authentication. Possible values [password, sso]

    orgNamestring

    Organization name.

    redirectUrlstring

    Describes the default redirect Url for authentication. If authType is sso, it will have tenant configured saml/oidc idp url else it will be users organization url

    rootDomainstring

    Describes the domain url on which the saas is available

    securityModestring

    Describes which security mode is enabled

    ssoLogins

    object[]

    Describes the allowed sso logins

  • Array [

  • displayNamestring

    Describes the display name for the sso login

    logostring

    Describes the url path for the sso login

    namestring

    Describes the processed name for the sso login

    redirectUristring

    Describes the sso login url for the authentication

  • ]

  • totalTenantsint64

    Describes the total number of tenant present in the system

Loading...