---
title: "GET /v1/projects/{projectId}/users"
method: GET
path: "/v1/projects/{projectId}/users"
tags: ["Access"]
---

# GET /v1/projects/{projectId}/users

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

## Path parameters

- `projectId` string, required

## Response `200`

A successful response.

- GoliothListUsersResponse
  - `list` GoliothUser[]
    - `email` string
    - `emailVerified` boolean
    - `id` string
    - `name` string
    - `policyId` string
    - `profileUrl` string
    - `roles` string[]

## Other responses

- `default` — An unexpected error response.

---

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