GET /api/accessgroups/members/{id}
Parameters
| Name | In | Description | Required | Type |
|---|---|---|---|---|
| id | path | true | string |
Responses
| Code | Returns | Type |
|---|---|---|
| 200 | OK | Acos.Websak.UserAPI.Core.Models.AccessGroup[] |
| 401 | Unauthorized - Missing or invalid access token | |
| 403 | Forbidden - Provided access token does not permit usage of this API or data |
Response Example
[{
"groupId":"string",
"groupName":"string",
"general":"string",
"createdById":"string",
"fromDate":"string",
"toDate":"string"
}]