Domain Groups and Users Management Service: Overview
The Domain Groups and Users Management service provides operations for managing groups and users in the Akana API Platform (supported from version 2022.1.3 and later).
URL: https://{hostname}/api/securitydomains
Action | Endpoint | Description |
---|---|---|
get groups | GET api/securitydomains/{DomainID}/groups | Searches for all the groups within the LDAP domain. If the GroupName query parameter is present, it searches for a partial match for the group. |
get users | GET api/securitydomains/{DomainID}/users | Searches for all the users within the LDAP domain. If the UserName query parameter is present, it searches for a partial match for the user. |