User Management
Get user information
Retrieve detailed information for a specific LDAP user by username or DN
get/api/ldap/user
Query parameters
userstring required
Example:john.doe
Username or DN of the user to retrieve
Response
Successfully retrieved user information
Example response
{
"success": true,
"message": [
[
"cn=john.doe,ou=people,dc=EDH,dc=local",
{
"uid": [
"john.doe"
]
}
]
]
}