---
title: "Get workspace members"
method: GET
path: "/workspace/{workspaceId}/members"
tags: ["Workspaces"]
---

# Get workspace members

`GET /workspace/{workspaceId}/members`

Get all members of a workspace, with their role.

## Path parameters

- `workspaceId` string, required

## Response `200`

List of workspace members

- WorkspaceMember[]
  - `id` string, required
  - `name` string, required
  - `email` string, required
  - `image` string, nullable, required
  - `role` string, required — The member's workspace role: a built-in role (owner, admin, member, guest) or a custom role name.

## Other responses

- `400` — Workspace ID could not be determined
- `401` — Missing or invalid credentials
- `403` — No access to the workspace

## Changes

- **2026-08-24** `08bbb5bedb5d` — 3 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
- **2026-07-11** `32cece1ebe43` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/workspace/:workspaceId/members/get.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/9d1da42c10ce/schema)
