Infrastructure/Tenants
POSTInfrastructureSince 1.0SynchronousAuth Required
CreateDepartment
Department Create a new department under the specified tenant organization.
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 under which to create the department
Responses
Endpoint
POST/api/v1/tenants/{tenantUuid}/org/departments
/api/v1/tenants/{tenantUuid}/org/departments
Request Example
curl -X POST '{host}/api/v1/tenants/{tenantUuid}/org/departments' -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.
