Returns the user organization details
GET/v1/auth/org
Returns the allowed login method and information with the organization details
Request
Query Parameters
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Describes the env type. Possible values [ saas, self-hosted, quick-start, enterprise, airgap]
Possible values: [password
, sso
]
Describes the default mode of authentication. Possible values [password, sso]
Organization name.
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
Describes the domain url on which the saas is available
Describes which security mode is enabled
ssoLogins
object[]
Describes the allowed sso logins
Describes the display name for the sso login
Describes the url path for the sso login
Describes the processed name for the sso login
Describes the sso login url for the authentication
Describes the total number of tenant present in the system
{
"appEnv": "string",
"authType": "password",
"orgName": "string",
"redirectUrl": "string",
"rootDomain": "string",
"securityMode": "string",
"ssoLogins": [
{
"displayName": "string",
"logo": "string",
"name": "string",
"redirectUri": "string"
}
],
"totalTenants": 0
}