Group Management
Get group information
Retrieve detailed information for a specific LDAP group including members
get/api/ldap/group
Query parameters
groupstring required
Example:developers
Name of the group to retrieve
Response
Successfully retrieved group information
Example response
{
"success": true,
"message": {
"group_dn": "cn=developers,ou=group,dc=EDH,dc=local",
"members": [
"john.doe",
"jane.smith"
]
}
}