Skip to main content
Units represent departments, locations, or teams in Ziik. You can manage them fully via the API:
  • List unitsGET /units (with optional filters: feature, user membership, search).
  • Create a unitPOST /units with name and optional reference and parent (for hierarchy).
  • Get a unit – by ID (GET /units/{unit}) or by your external key (GET /units/reference/{unit}).
  • Update a unitPATCH /units/{unit} (e.g. name, reference).
  • Delete a unitDELETE /units/{unit}.
Set a reference on units to map them to your own org structure (e.g. cost center or department code) and use GET /units/reference/{unit} for lookups.