---
title: "List workspace members"
method: GET
path: "/v1/account/workspaces/{workspaceId}/members"
tags: ["WorkspaceAdminService", "Workspace Admin"]
---

# List workspace members

`GET /v1/account/workspaces/{workspaceId}/members`

Lists the members of a workspace. Admin only.

## Path parameters

- `workspaceId` string, required

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

OK

- ListWorkspaceMembersResponse
  - `items` WorkspaceMember[]
    - `profileId` string, required — The account profile that has access to the workspace.
    - `actorId` string, required — The actor row linking the profile to the workspace (the junction record).
    - `name` string — Display name of the member's profile.
    - `email` string — Email address of the member's profile.
    - `addedAt` string, date-time — When the member was added to the workspace.
  - `pagination` Page — Page carries cursor-based pagination state. There is no total: the cursor walks the result set without ever counting it, and a count would cost a second query on every list.
    - `nextCursor` string

## Other responses

- `default` — Default error response

---

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