v1
latestOpenAPI 3.1.02026-07-2489171167.4 KBGroups
Get group by ID
Retrieves the details of a specific group by its unique identifier.
get/groups/{id}
Response
Returns the group object with all properties.
Example response
{
"name": "IT Support",
"supportLevel": 3,
"companyId": 1001,
"email": "support@example.com",
"receiveAutomaticSrEmailNotifications": true,
"canBeAssignedToServiceRecord": true,
"id": 123
}