Get memberships in groups by entity
Get memberships in groups by entity
Path Parameters
- guidEntity guid required
Query Parameters
- ExpandGroups boolean
- 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
Items object[]
Array [GroupGuid guid requiredIsDirectMember boolean required]
{
"ContinuationToken": "string",
"Items": [
{
"GroupGuid": "string",
"IsDirectMember": true
}
]
}
Error
- application/json
- Schema
- Example (from schema)
Schema
Error object
Code stringMessage string
{
"Error": {
"Code": "string",
"Message": "string"
}
}
Loading...