cURL
curl --request POST \ --url https://api.example.com/api/directory/teams.list \ --header 'Content-Type: application/json' \ --data ' { "team_ids": [ "872815618512410358" ], "with_ancestors": true, "with_disabled": true, "exclude_instance": true } '
[ { "id": "872815618512410358", "parent_id": "872815618512410358", "name": "<string>", "short_name": "<string>", "color": "<string>" } ]
Teams represents either the instance, a site or a sector
"872815618512410358"