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

integration_team_idinteger required

The ID of the integration team

Example request

{
  "integration_team_id": 1
}

Response

Successful operation

idinteger

The unique identifier of the group

namestring

The name of the group

descriptionstring nullable

The description of the group

is_integration_teamboolean

Indicates whether the group is an integration team

Example response

{
  "id": 1,
  "name": "Development Team",
  "description": "This group handles all development tasks",
  "integration_team": {
    "id": 10,
    "name": "Core Integration Team"
  }
}