latestOpenAPI 3.0.02026-08-10416661.5 MB

e96b3e58b041

Groups

List groups

REQUIRED SCOPES <code>['groups:read']</code><br>Retrieve a list of groups based on query parameters

get/groups

Query parameters

searchstring

Search term to filter groups by name or description

lengthinteger

Number of groups to return per page

pageinteger

Page number to retrieve

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"
    }
  }
]