GET /api/users/{id}/accessgroupmembership
List the named accessgroups a user is member of.
Parameters
Name | In | Description | Required | Type |
---|---|---|---|---|
id | path | GidID for the User | true | string |
lookupField | query | Lookup field. Field to use when finding user. Possible values: Id (default) and Code. | string |
Responses
Code | Returns | Type |
---|---|---|
200 | Success | AccessGroup[] |
401 | Unauthorized | ProblemDetails |
500 | Server Error |
Response Example
[{
"groupId":"string",
"groupName":"string",
"general":"string",
"createdById":"string",
"fromDate":"string",
"toDate":"string"
}]