Create Team Group
POST
https://api.coralogix.com/mgmt/openapi/4/aaa/team-groups/v2No 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
Body
application/json
Request to create a new team group with specified name, description, roles, users, and optional scope filters. Can be associated with a specific team or the authenticated team.
description#string
externalId#string
groupType#GroupType
Possible values: [GROUP_TYPE_UNSPECIFIED, GROUP_TYPE_OPEN, GROUP_TYPE_CLOSED, GROUP_TYPE_RESTRICTED]
name#string
roleId#int64
Scope assignment for a group. References an existing scope by ID. Scopes can be created via the Scopes API.
teamId#int64
userIds#string[]
Response
application/json
Response containing the newly created team group.
A Team Group entity.