Teams APIPOST/api/v1/teams/{id}/hierarchy
Product availabilityAlgaPSAAlgaDesk
Attach team to parent hierarchy
Creates parent relationship for team UUID using parent_team_id payload.
Path parameters
idstring <uuid>Required
Team UUID from teams.team_id.
Request body
Content type: application/json · schema AccessTeamHierarchyBodyV1
parent_team_idstring <uuid>Nullable
Response body
Success response 201 · schema AccessApiSuccessV1
anyOf (option 2)array of object
Response codes
201
Resource created successfully.
400
Validation failed (payload/query/path parsing).
401
API key missing/invalid or key user not found.
403
RBAC denied for team:update.
500
Unexpected controller/service failure.