---
title: "List Users"
method: GET
path: "/public/v1/users"
tags: ["User and Workspace management"]
---

# List Users

`GET /public/v1/users`

Get a list of all users with membership in your organization, with their contact information, license type, and workspace roles.

You must be an organization admin to list users.

## Query parameters

- `count` integer
- `page` integer
- `show_removed` boolean

## Response `200`

Page of users.

- ListUsersResponse
  - `total` integer — A number of users
  - `results` object[]
    - `user_id` string — A unique identifier of the user in the organization.
    - `email` string — A user's email address.
    - `first_name` string — A user's first name.
    - `last_name` string — A user's last name.
    - `phone_number` string — A user's phone number.
    - `license` string — A user's license in the organization.
    - `is_organization_owner` boolean — Whether the user is the owner of the organization.
    - `workspaces` object[]
      - `role` string — A user's role in workspace.
      - `workspace_id` string — A user's workspace.
      - `membership_id` string — A user's membership id in workspace.

## Other responses

- `401` — 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/revisions/0c2b70be3fb0/schema)
