Returns configured Ldap settings and its details for the account.
Bad Request
Internal server error
Returns ldap setting
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Updates configured Ldap settings along with the user, group queries.
This is the updated LdapSettings. Values for all fields is needed, not just the fields you are updating
Bad Request
Internal server error
Updated Ldap settings along with the user, group settings
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Creates Ldap settings along with the user, group queries.
Create LdapSettings request body. Values for connection settings are needed, user and group settings can also be provided
Bad Request
Internal server error
Creates Ldap settings along with the user, group queries
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Delete configured Ldap settings on this account.
Bad Request
Internal server error
Successfully deleted Ldap settings configured on account
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Deletes SAML metadata for the given Account ID.
Bad Request
Internal server error
Successfully deleted SAML meta associated with a SAML setting
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Deletes SAML metadata for the given Account and SAML sso id
Bad Request
Internal server error
Successfully deleted SAML meta associated with a SAML SSO setting id
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Updates if authentication is enabled or not for given SAML setting in Account ID.
Bad Request
Internal server error
Successfully updated login allowed status for SAML setting in account
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Gets authentication settings for the given Account ID.
Bad Request
Internal server error
Successfully returns authentication settings of an Account
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Gets authentication settings version 2 for the given Account ID.
Bad Request
Internal server error
Successfully returns authentication settings of an Account
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Gets password strength for the given Account ID.
Bad Request
Internal server error
Returns password strength of an Account
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Tests SAML connectivity for the given Account ID.
Bad Request
Internal server error
Returns connectivity status
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Tests SAML connectivity for the given Account ID and SAML setting.
Bad Request
Internal server error
Returns connectivity status
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Deletes OAuth settings for a given Account ID.
Bad Request
Internal server error
Successfully removed OAuth settings configured to an account.
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Enable/disable public access for the given Account ID.
Bad Request
Internal server error
Successfully configured public access for an account
true
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Sets session timeout of all users for the given Account ID.
Information about the session timeout for all users of this account in minutes.
Bad Request
Internal server error
Successfully configured session timeout for an account
{- "sessionTimeOutInMinutes": 30,
- "absoluteSessionTimeOutInMinutes": 4320
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Sets Two-Factor authorization for the given Account ID.
Boolean that specify whether or not to override two factor enabled setting
Bad Request
Internal server error
Successfully configured two factor authorization for an account
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Updates the authentication mechanism for the given Account ID.
Bad Request
Internal server error
Successfully updated Auth mechanism for an account.
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Updates OAuth providers for the given Account ID.
This is the updated OAuthSettings. Please provide values for all fields, not just the fields you are updating
Bad Request
Internal server error
Successfully updated the Oauth providers for the account
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Updates SAML metadata of the SAML configuration configured for an account
Bad Request
Internal server error
Successfully updated SAML metadata of SAML setting configured for an account
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Updates the SAML metadata for the given Account ID.
Bad Request
Internal server error
Successfully uploads SAML metadata to the SAML setting configured for an account
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Updates SAML metadata of the SAML configuration with given SSO Id, configured for an account
Bad Request
Internal server error
Successfully updated SAML metadata of SAML setting configured for an account
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Updates whitelisted domains configured for an account.
Bad Request
Internal server error
Successfully updated whitelisted domains configured with an account
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}