List all groups
Request body
Example request
{
"limit": 25,
"sort": "updatedAt",
"direction": "DESC"
}Response
OK
Example response
{
"data": {
"groups": [
{
"name": "Engineering",
"memberCount": 11
}
],
"groupMemberships": [
{
"user": {
"name": "Jane Doe"
}
}
]
},
"pagination": {
"limit": 25
}
}Changes
Changed in 3 of the 6 revisions of this API.19
- ○
added the non-success response with the status
429response-non-success-status-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 the401statusresponse-optional-property-added
- ○
added the optional property
messageto the response with the403statusresponse-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
- ○
- ▲
the
dataresponse's property type/format changed fromarray/toobject/for status200response-property-type-changed
- ○
added the optional property
data/groupMembershipsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/groupsto the response with the200statusresponse-optional-property-added
- ▲