Skip to main content
Get Team Groups
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-groups/v1 \
  --header 'Authorization: <api-key>'
{
  "groups": [
    {
      "createdAt": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "externalId": "<string>",
      "groupId": {
        "id": 123
      },
      "groupOrigin": "GROUP_ORIGIN_UNSPECIFIED",
      "groupType": "GROUP_TYPE_UNSPECIFIED",
      "name": "<string>",
      "nextGenScopeId": "<string>",
      "roles": [
        {
          "description": "<string>",
          "name": "<string>",
          "roleId": {
            "id": 123
          }
        }
      ],
      "scope": {
        "filters": {
          "applications": [
            {
              "filterType": "FILTER_TYPE_UNSPECIFIED",
              "term": "<string>"
            }
          ],
          "subsystems": [
            {
              "filterType": "FILTER_TYPE_UNSPECIFIED",
              "term": "<string>"
            }
          ]
        },
        "id": {
          "id": 123
        }
      },
      "teamId": {
        "id": 123
      },
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

team_id
object

Response

Response containing a list of all team groups and their complete details, including members, roles, and scope configurations.

groups
object[]