---
title: "List workspace members"
method: GET
path: "/workspaces/{id}/members"
tags: ["workspace.members"]
---

# List workspace members

`GET /workspaces/{id}/members`

Returns workspace members for a workspace.

## Path parameters

- `id` string, cuid, required — The ID of the item

## Headers

- `x-client-id` string, cuid, required — The ID of the client

## Response `200`

Workspace members

- WorkspaceMember[]
  - `createdAt` string, date-time, required — The date and time when the workspace membership was created. ISO-8601 format (YYYY-MM-DDTHH:MM:SSZ).
  - `updatedAt` string, date-time, required — The date and time when the workspace membership was last updated. ISO-8601 format (YYYY-MM-DDTHH:MM:SSZ).
  - `workspaceId` string, cuid, required — The identifier of the workspace the member belongs to.
  - `isMuted` boolean, required — Whether the member has muted notifications for the workspace.
  - `userId` string, cuid, required — Identifier of the user that is a member of the workspace.
  - `user` object — Optional user object with denormalised information for convenience.
    - `id` string, cuid, required — Identifier of the user.
    - `email` string, email, required — Email address of the user.
    - `firstName` string, nullable, required — First name of the user, if available.
    - `lastName` string, nullable, required — Last name of the user, if available.
    - `image` string, nullable, required — Profile image URL of the user, if available.

## Other responses

- `401` — Unauthorized
- `422` — The validation error(s)
- `429` — Rate limit exceeded
- `500` — Internal server error

---

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