---
title: "GET /organization/department-user"
method: GET
path: "/organization/department-user"
tags: ["organization"]
---

# GET /organization/department-user

`GET /organization/department-user`

## Path parameters

- `organizationId` string, required

## Query parameters

- `departmentId` string
- `includeChildrenDepartment` string
- `skip` union
  - string
  - number
- `take` union
  - string
  - number
- `search` string

## Response `200`

Get department users successfully

- object
  - `users` object[], required
    - `id` string, required
    - `name` string, required
    - `email` string, required
    - `avatar` string
    - `departments` object[]
      - `id` string, required
      - `name` string, required
      - `path` string[]
      - `pathName` string[]
  - `total` number, required

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/revisions/7515f3b33d79/schema)
