cURL
curl --request POST \ --url https://api.example.com/api/directory/teams.show \ --header 'Content-Type: application/json' \ --data ' { "id": "872815618512410358" } '
{ "id": "872815618512410358", "name": "<string>", "short_name": "<string>", "parent": { "id": "872815618512410358", "name": "<string>" }, "children": [ { "id": "872815618512410358", "name": "<string>" } ], "enabled": true, "external_id": "<string>", "color": "<string>" }
"872815618512410358"
Show child attributes