Groups
Create a new integration group
REQUIRED SCOPES <code>['groups:write']</code><br>Creates a new integration group and attaches all users of the organization to it.
post/groups/create-integration-group
Request body
Example request
{
"integration_team_id": 1
}Response
Successful operation
Example response
{
"id": 1,
"name": "Development Team",
"description": "This group handles all development tasks",
"integration_team": {
"id": 10,
"name": "Core Integration Team"
}
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.