---
title: "get users"
method: GET
path: "/{region}/v1/projects/{projectId}/users"
---

# get users

`GET /{region}/v1/projects/{projectId}/users`

Get users

## Response `200`

OK

- object
  - `paging` HttpPaging
    - `next` HttpPage
      - `after` string
      - `link` string
  - `results` User[]
    - `displayName` string
    - `email` string
    - `id` string

## Other responses

- `401` — Unauthorized
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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