Get Organization Unit with External Id
GET
/extorgunit
Organization Units
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://learnifier.com/extorgunit?extid='
Response Response Example
200 - Example 1
{
"externalId": "string",
"id": 0,
"name": "string",
"parentId": 0,
"type": "string"
}
Request
Query Params
extid
string
required