Skip to main content

Enable LDAP Configuration

This API enables the LDAP configuration, allowing the system to authenticate users against the LDAP directory server again.

Endpoint Details

URL/v1/ldap/enable
MethodPOST
AuthorizationBearer Token

Request Headers

HeaderTypeDescription
Content-TypeStringMust be application/json

Response

Here is an example response after the request has been successfully processed:

Response
{
"success": true
}

Field Descriptions

FieldTypeDescription
successBooleanIndicates whether the LDAP configuration was successfully enabled

info
  • A valid Bearer Token is required to access this endpoint.
  • Once enabled, the system authenticates users against the configured LDAP directory server.
  • After a successful request, the enabled field of the LDAP configuration is set to true.