v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Teams

Add a member team

Add a member team. Adds the team given by the id in the body as a member team of the super team.

Note: This API is deprecated. For creating team hierarchy links, use the team hierarchy links API: POST /api/v2/team-hierarchy-links.

post/api/v2/team/{super_team_id}/member_teams

Path parameters

super_team_idstring required

None

Request body

Example request

{
  "data": {
    "id": "aeadc05e-98a8-11ec-ac2c-da7ad0900001",
    "type": "member_teams"
  }
}

Response

Added