Update Team Group
PUT
https://api.coralogix.com/mgmt/openapi/5/aaa/team-groups/v2/{group_id}Updates the specified team group.
Authorizations
Authorizationrequired
API key authentication
The value is a Coralogix API key. Create a personal or team API key and assign its permissions.
Request
Path Parameters
Body
application/json
Request to modify an existing team group's details, including its name, description, roles, users, and scope settings.
description#string
New human-readable description for the team group.
externalId#string
New external identifier for the group.
groupType#GroupType
Group type.
Possible values: [GROUP_TYPE_UNSPECIFIED, GROUP_TYPE_OPEN, GROUP_TYPE_CLOSED, GROUP_TYPE_RESTRICTED]
name#string
New display name for the team group.
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.