A department represents a subdivision of the employee workforce, most often erected around the type of activity they do.

Departments are a tree-like structure, as any department may be child to another.

Note: contrary to most resources, departments are not attached to business-establishments. This means:

  • business-establishments listed in access rights management do not affect departments.
  • employees may work in different business-establishments (or even legal-entities) and yet still belong to the same department.
id
string
required
Minimum length: 1
type
string
required
Allowed value: "department"
url
string
required
name
string
required
Required string length: 1 - 255
remoteId
string | null

Identifier of this object in a third-party software.

Maximum length: 255
isArchived
boolean

If this department is archived. Only possible if there are no more employees attached.

description
string | null
parent
object | null

Reference to the department this department is a child of.

Example:
{
  "id": "32",
  "type": "department",
  "url": "https://example.ilucca.net/lucca-api/departments/32"
}
level
integer

Read-only. Depth level of this department in the department tree. At level "1", the department has no parent.

Required range: x >= 1
manager
object | null

Reference to the employee that acts as the Head of this department.

Example:
{
  "id": "416",
  "type": "employee",
  "url": "https://example.ilucca.net/lucca-api/employees/416"
}
sortOrder
integer

Index (0-based) of the department among its siblings.

Required range: x >= 0