Adds an Organization Unit
POST
/orgunits
Organization Units
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://learnifier.com/orgunits' \
--header 'Content-Type: application/json' \
--data-raw '{
"caller": "81590981-1e05-4fd5-aa15-15bc4b06cf7f",
"clientNumber": "X-1234",
"country": "se",
"displayName": "Sample Corp",
"externalId": "string",
"parent": "1234"
}'
Response Response Example
200 - Example 1
{
"ouId": "12"
}
Request
Body Params application/json