Skip to main content
You are viewing v4 of the Coralogix API. v5 is the current version. Go to the v5 reference

Update Team Group

PUThttps://api.coralogix.com/mgmt/openapi/4/aaa/team-groups/v2/{group_id}

No description available

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Path Parameters

    group_id# int64required

Body

application/json

Request to modify an existing team group's details, including its name, description, roles, users, and scope settings.

    description#string
    externalId#string
    groupType#GroupType

    Possible values: [GROUP_TYPE_UNSPECIFIED, GROUP_TYPE_OPEN, GROUP_TYPE_CLOSED, GROUP_TYPE_RESTRICTED]

    name#string

    Update the role assigned to the group. Either set a new role or clear the existing one.

    Update the scope assigned to the group. Either reference an existing scope by ID or clear the scope.

    Patch object for updating group user membership. Choose one operation: add, remove, or replace all users.

Response

application/json

Response containing the updated team group.

    A Team Group entity.