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
Changes
No recorded changes to this endpoint across all 1 revision of this API.