v1

latestOpenAPI 3.1.0Apache 2.02026-07-17870411.0 KB
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

successboolean
messageobject

Dictionary of username to LDAP DN mappings

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