Create Team Group
Creates a new team group.
Documentation Index
Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication
Body
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.
Human-readable description of the team group.
External identifier for the group, used when the group is managed by an external identity provider.
Group type.
GROUP_TYPE_UNSPECIFIED, GROUP_TYPE_OPEN, GROUP_TYPE_CLOSED, GROUP_TYPE_RESTRICTED Unique display name for the new team group.
Identifier of the role to assign to this group.
Scope assignment for a group. References an existing scope by ID. Scopes can be created via the Scopes API.
Team to associate the group with. If not set, uses the authenticated team.
The user ids.
The user ids.
Response
Response containing the newly created team group.
A Team Group entity.