User Management
Retrieve all LDAP users
Returns a list of all users from the configured LDAP directory (OpenLDAP or Active Directory)
get/api/ldap/users
Response
Successfully retrieved all LDAP users
Example response
{
"success": true,
"message": {
"john.doe": "cn=john.doe,ou=people,dc=EDH,dc=local",
"jane.smith": "cn=jane.smith,ou=people,dc=EDH,dc=local"
}
}