Last updated 1 month ago
Use these operations to interact with team hierarchies in Cortex.
Your API key must have the Edit entities permission.
Edit entities
GET /api/v1/teams/relationships HTTP/1.1 Host: api.getcortexapp.com Authorization: Bearer JWT Accept: */*
Successfully found team relationships
{ "edges": [ { "childTeamTag": "text", "parentTeamTag": "text", "provider": "WORKDAY" } ] }
Supports only replace=true right now
false
true
PUT /api/v1/teams/relationships HTTP/1.1 Host: api.getcortexapp.com Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 58 { "edges": [ { "childTeamTag": "text", "parentTeamTag": "text" } ] }
Successfully created team relationships