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 the 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 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"
}
]
}
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"
}
]
}
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"
}
]
}
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"
}
]
}
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"
}
]
}
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"
}
]
}
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"
}
]
}
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 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"
}
]
}
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"
}
]
}
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"
}
]
}