curl --request GET \
--url http://localhost:3000/v1/admin/deputy-sync/operational-units{
"success": true,
"operational_units": [
{
"id": 123,
"name": "<string>",
"employee_ids": [
123
]
}
],
"error": "<string>"
}Returns all active operational units from Deputy.
curl --request GET \
--url http://localhost:3000/v1/admin/deputy-sync/operational-units{
"success": true,
"operational_units": [
{
"id": 123,
"name": "<string>",
"employee_ids": [
123
]
}
],
"error": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt
Use this file to discover all available pages before exploring further.