latestOpenAPI 3.0.02026-08-10416661.5 MB
e96b3e58b041
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"
}
}