Get memberships in groups by entity
Get memberships in groups by entity
Path Parameters
- guidEntity guid required
Query Parameters
- ExpandGroups boolean
Get all group members
- ContinuationToken string
Token is needed, unless all records have been returned in previous request. Do not forget to pass also all other parameters.
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (from schema)
Schema
- ContinuationToken string nullable
Items object[] nullable
Array [GroupGuid guidIsDirectMember boolean]
{
"ContinuationToken": "string",
"Items": [
{
"GroupGuid": "string",
"IsDirectMember": true
}
]
}
Error
- application/json
- Schema
- Example (from schema)
Schema
Error object required
Code string nullableMessage string nullable
{
"Error": {
"Code": "string",
"Message": "string"
}
}
Loading...