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

# List Members

`GET /public/v1/members`

Retrieve all members details of the workspace implied by the OAuth token or API key.\
For each member, the `workspace` parameter shows their active workspace, that is the workspace they are currently working in.\
This means the `workspace` value can differ from the workspace implied by your API key.

## Response `200`

OK

- MemberListResponse
  - `results` MemberDetailsResponse[]
    - `user_id` string — A unique identifier of the user in the organization.
    - `membership_id` string — A unique identifier of the user in the workspace.
    - `email` string — A user's email address.
    - `first_name` string — A user's first name.
    - `last_name` string — A user's last name.
    - `is_active` boolean — A boolean value that identifies if a member is active in the workspace.
    - `workspace` string — A unique identifier of the user's current active workspace.
    - `workspace_name` string — A name of the user's current active workspace.
    - `emails_verified` boolean — A boolean value that identifies if the email is verified.
    - `role` string — A member's role in the workspace.
    - `user_license` string — A user license in the organization.
    - `date_created` string — A date when a member was added to the workspace.
    - `date_modified` string — Last modified date of a member.

## Other responses

- `400` — Bad Request
- `401` — Bad Request
- `403` — Authentication error
- `429` — Too Many Requests

---

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