Team Hierarchies
Required permissions
Operations
Authorizations
AuthorizationstringRequired
All requests to the Cortex API need to provide an Authorization: Bearer <token> header, where <token> is an API key created in the Settings page of your workspace.
Responses
200
Successfully found team relationships
application/json
429
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
application/problem+json
get
/api/v1/teams/relationshipsAuthorizations
AuthorizationstringRequired
All requests to the Cortex API need to provide an Authorization: Bearer <token> header, where <token> is an API key created in the Settings page of your workspace.
Query parameters
replacebooleanRequiredDefault:
Supports only replace=true right now
falseExample: trueBody
Responses
200
Successfully created team relationships
application/json
400
Bad Request
application/json
429
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
application/problem+json
put
/api/v1/teams/relationshipsLast updated
Was this helpful?