---
title: "List Department Workspaces"
method: GET
path: "/api/admin/organizations/me/department-workspaces"
tags: ["Admin"]
---

# List Department Workspaces

`GET /api/admin/organizations/me/department-workspaces`

Return the current organization's configured workspaces without side effects.

## Response `200`

Successful Response

- DepartmentWorkspaceResponse[]
  - `id` string, required
  - `name` string, required
  - `color` string, required
  - `is_default` boolean, required
  - `created_at` string, required
  - `member_user_ids` string[], required
  - `member_count` integer, required
  - `erp_modules` object, required
  - `enabled_module_count` integer, required

## Changes

- **2026-09-02** `497967424011` — 1 info
  - endpoint added
- **2026-08-29** `7a7c8e2b5afc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/qomplement/apis/fastapi/changes/api/admin/organizations/me/department-workspaces/get.md)

---

[API](https://skmtc.dev/qomplement/apis/fastapi.md) · [All operations](https://skmtc.dev/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/497967424011/schema)
