---
title: "List divisions"
method: GET
path: "/{domain}/v1/divisions"
tags: ["Discovery"]
---

# List divisions

`GET /{domain}/v1/divisions`

Returns all divisions. Use the returned id to filter GET /v1/headcount by division.

## Path parameters

- `domain` string, required

## Response `200`

List of divisions.

- object[] — List of divisions for the org.
  - `id` string, uuid, required — UUID
  - `name` string, required — Display name

## Other responses

- `401` — Request does not contain valid credentials.

---

[API](https://skmtc.net/teamohana/apis/teamohana-public-api.md) · [All operations](https://skmtc.net/teamohana/apis/teamohana-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teamohana/teamohana-public-api/versions/55e225ee4219/schema)
