Groups
List all groups
post/groups.list
Request body
Example request
{
"limit": 25,
"sort": "updatedAt",
"direction": "DESC"
}Response
OK
Example response
{
"data": [
{
"name": "Engineering",
"memberCount": 11
}
],
"pagination": {
"limit": 25
}
}