v1
latestOpenAPI 3.0.0http://www.apache.org/licenses/LICENSE-2.0.html2026-07-14543167.2 KBgroups
Get a group
get/groups/{groupID}
Path parameters
groupIDstring uuid required
Response
Successful response
Example response
{
"name": "Party Planning Committee",
"description": "Designated committee to plan holiday, birthday, & retirement parties",
"color": "#FF6347",
"users": [
{
"name": "Angela Martin",
"email": "angela.martin@dundermifflin.com"
}
]
}