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
  }
}

Changes