v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
Groups

Retrieve a group

post/groups.info

Request body

idstring uuid required

Unique identifier for the group.

Response

OK

Example response

{
  "data": {
    "name": "Engineering",
    "memberCount": 11
  }
}