v1

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

successboolean

Example response

{
  "success": true,
  "message": {
    "group_dn": "cn=developers,ou=group,dc=EDH,dc=local",
    "members": [
      "john.doe",
      "jane.smith"
    ]
  }
}