Teams
Last updated
Last updated
Use these operations to interact with teams in Cortex.
Your API key must have the Edit entities
permission.
Warning: This API can return team details if you pass in a teamTag query parameter. However, this should only be used to retrieve team details if your team identifier contains non-alphanumeric characters. Otherwise, use the standard API under Teams
-> Retrieve team details
. When retrieving team details, the response will be a single team entity instead of a list.
Note: the response objects can also include an idpGroup
or cortexTeam
field depending on whether the team contains a group
or only consists of individually defined members
.
Include teams without members
false
Team identifier
my-team
Team memberships can be backed by an IdP group (from Okta, Azure AD, Google Groups, etc), or can be managed directly through Cortex. Each has a separate request shape, so make sure to select the correct example.
Use "IDP" for IdentityProviderBackedTeam and "CORTEX" for ManagedTeam
For teams whose members are not backed by an IdP, use this API to update the team members. Note that it will replace the members in the team with the members defined in this request.
The tag (x-cortex-tag
) or unique, auto-generated identifier for the entity.
For teams whose members are not backed by an IdP, use this API to update the team members. Note that it will replace the members in the team with the members defined in this request.
Warning: This API should only be used if your team identifier contains non-alphanumeric characters. Otherwise, use the standard API under Teams
.
Warning: This API should only be used if your team identifier contains non-alphanumeric characters. Otherwise, use the standard API under Teams
.
Use "IDP" for IdentityProviderBackedTeam and "CORTEX" for ManagedTeam
The tag (x-cortex-tag
) or unique, auto-generated identifier for the entity.
Use "IDP" for IdentityProviderBackedTeam and "CORTEX" for ManagedTeam