GET /api/accessgroups/members/{id}
Gets members (user GID ids) for an access group
Parameters
| Name | In | Description | Required | Type |
|---|---|---|---|---|
| id | path | Access group id (Ntg_GruppeID). | true | string |
Responses
| Code | Returns | Type |
|---|---|---|
| 200 | Ok | [] |
| 401 | Unauthorized - Missing or invalid access token | |
| 403 | Forbidden - Provided access token does not permit usage of this API or data |