---
title: "List Members"
method: GET
path: "/v1/workspaces/{workspace_id}/members"
tags: ["v1", "protected", "workspace-invitations"]
---

# List Members

`GET /v1/workspaces/{workspace_id}/members`

## Path parameters

- `workspace_id` string, required

## Response `200`

Successful Response

- MemberResponse[]
  - `display_name` string, nullable
  - `email` string, nullable
  - `id` string, uuid, required
  - `invitation_id` string, uuid, nullable, required
  - `joined_at` string, required
  - `user_id` string, required
  - `workspace_id` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-08** `8940d7f77282` — 1 breaking
  - the `items/joined_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
- **2026-06-18** `dad98bb65260` — 2 info
  - added the optional property `items/display_name` to the response with the `200` status
  - added the optional property `items/email` to the response with the `200` status
- **2026-04-29** `e1a530c0a2d5` — 1 info
  - endpoint added
- **2026-03-30** `e9c153221160` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/workspaces/:workspace_id/members/get.md)

---

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