Organisation Units are administrative units that exist within the organisation and are rendered in the organisation chart view, for example 'Finance' or 'HR'
Organisation Units - Array
Bad Request
Unauthorized - Authorization Required
Unprocessable Entity
General Error
{- "data": [
- {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
 - "type": "organisationUnits",
 - "attributes": {
- "name": "Engineering",
 - "dateEstablished": "2001-11-17",
 - "unitType": "Department"
 
}, 
} 
] 
}Create an Organisation Unit
OrganisationUnit object that needs to be added
object  | 
Organisation Unit
Bad Request
Unauthorized - Authorization Required
Unprocessable Entity
General Error
{- "data": {
- "type": "organisationUnits",
 - "attributes": {
- "name": "Engineering",
 - "dateEstablished": "2001-11-17",
 - "unitType": "Department"
 
}, - "relationships": {
- "location": {
- "data": {
- "id": "1",
 - "type": "locations"
 
} 
} 
} 
} 
}{- "data": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
 - "type": "organisationUnits",
 - "attributes": {
- "name": "Engineering",
 - "dateEstablished": "2001-11-17",
 - "unitType": "Department"
 
}, 
} 
}Get OrganisationUnit by ID
Organisation Unit
Bad Request
Unauthorized - Authorization Required
Not Found
Unprocessable Entity
General Error
{- "data": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
 - "type": "organisationUnits",
 - "attributes": {
- "name": "Engineering",
 - "dateEstablished": "2001-11-17",
 - "unitType": "Department"
 
}, 
} 
}Update an existing Organisation Unit by ID
Organisation Unit
Bad Request
Unauthorized - Authorization Required
Not Found
Unprocessable Entity
General Error
{- "data": {
- "type": "organisationUnits",
 - "attributes": {
- "name": "Engineering",
 - "dateEstablished": "2001-11-17",
 - "unitType": "Department"
 
}, - "relationships": {
- "location": {
- "data": {
- "id": "1",
 - "type": "locations"
 
} 
} 
}, - "id": "906264f1-2dff-4f72-a10b-59918cf738d7"
 
} 
}{- "data": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
 - "type": "organisationUnits",
 - "attributes": {
- "name": "Engineering",
 - "dateEstablished": "2001-11-17",
 - "unitType": "Department"
 
}, 
} 
}