---
title: "List workspace members"
method: GET
path: "/api/workspace/members"
tags: ["workspace"]
---

# List workspace members

`GET /api/workspace/members`

[cloud-only] Returns the list of members in the current workspace.

## Response `200`

Member list

- WorkspaceMember[]
  - `user_id` string, required
  - `email` string, email
  - `display_name` string
  - `avatar_url` string, uri
  - `role` 'owner' | 'admin' | 'member', required
  - `joined_at` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Workspace not found
- `422` — Validation error
- `500` — Internal server error

## Changes

- **2026-05-22** `09a5075587c8` — 3 info
  - added the non-success response with the status `404`
  - added the non-success response with the status `422`
  - added the non-success response with the status `500`
- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/workspace/members/get.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/c4db9e1283df/schema)
