List all group members
List and filter all the members in a group.
Request body
Example request
{
"limit": 25,
"id": "a32c2ee6-fbde-4654-841b-0eabdc71b812",
"query": "jenny"
}Response
OK
Example response
{
"data": {
"users": [
{
"name": "Jane Doe"
}
],
"groupMemberships": [
{
"user": {
"name": "Jane Doe"
}
}
]
},
"pagination": {
"limit": 25
}
}Changes
Changed in 2 of the 6 revisions of this API.10
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
- ○
added the optional property
datato the response with the400statusresponse-optional-property-added
- ○
added the optional property
datato the response with the401statusresponse-optional-property-added
- ○
added the optional property
datato the response with the403statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the400statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the401statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the403statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the400statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the401statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the403statusresponse-optional-property-added
- ○