Infrastructure/Tenants
PUTInfrastructureSince 1.0SynchronousAuth Required
MoveDepartment
Move a department to a different parent node in the organization tree.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
tenantUuidStringRequiredUUID of the tenant that owns the department
uuidStringRequiredUUID of the department to move
Responses
Endpoint
PUT/api/v1/tenants/{tenantUuid}/org/departments/{uuid}/move
/api/v1/tenants/{tenantUuid}/org/departments/{uuid}/move
Request Example
curl -X PUT '{host}/api/v1/tenants/{tenantUuid}/org/departments/{uuid}/move' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{}'
Response Example
200{
"unit": null
}Change History
This API has no change history records yet.
