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

# List workspace members

`GET /members`

Returns the members of a workspace with their permissions, membership type (team or client), and approver status. Use this to map member ids to people when requesting approvals or interpreting comment authors.

## Query parameters

- `workspaceId` string, required

## Response `200`

List of workspace members

- object
  - `data` object[], required
    - `id` string, required
    - `name` string, required
    - `email` string, required
    - `permissions` string[], required
    - `membership` string, required
    - `isApprover` boolean, required
    - `approvalLevelIds` string[]
    - `avatarUrl` string, nullable, required

## Other responses

- `400` — Validation error
- `401` — Unauthorized
- `403` — Token does not have access to this workspace
- `404` — Workspace not found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

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