Update Team Group
PUT
https://api.coralogix.com/mgmt/openapi/4/aaa/team-groups/v2/{group_id}No description available
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
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.