v1
latestOpenAPI 3.1.02026-07-2489171167.4 KBGroups
Create a new group
Creates a new group. Provide the necessary details as per the group type.
post/groups
Request body
Example request
{
"name": "IT Support",
"supportLevel": 3,
"companyId": 1001,
"email": "support@example.com",
"receiveAutomaticSrEmailNotifications": true,
"canBeAssignedToServiceRecord": true
}Response
Group created successfully
Example response
{
"name": "IT Support",
"supportLevel": 3,
"companyId": 1001,
"email": "support@example.com",
"receiveAutomaticSrEmailNotifications": true,
"canBeAssignedToServiceRecord": true,
"id": 123
}