Get list of group members
Get list of group members
Query Parameters
- Groups guid[]
- GroupsOnly boolean
- 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 requiredMemberGuid guid requiredMemberType integer requiredPossible values: [
100
,150
,200
,1300
,2800
,3200
,3500
,3600
]]
{
"ContinuationToken": "string",
"Items": [
{
"GroupGuid": "string",
"MemberGuid": "string",
"MemberType": 100
}
]
}
Error
- application/json
- Schema
- Example (from schema)
Schema
Error object
Code stringMessage string
{
"Error": {
"Code": "string",
"Message": "string"
}
}
Loading...