Create organizational unit
POST/organizational-units
Create a new organizational unit
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
- 429
- 500
Created
Response Headers
Location
URL of the created resource
Bad Request
Unauthorized
Forbidden - request denied by authorization, or blocked by the API firewall
legal_entity_code names no legal entity, or cost_center_code names no cost center
code is already held by a live organizational unit
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request
Internal Server Error