---
title: "Get Users"
method: GET
path: "/v2/users"
tags: ["Users"]
---

# Get Users

`GET /v2/users`

Accessing all account users

## Response `200`

OK

- object
  - `users` User[]
    - `name` string, required — The name of the user
    - `id` string, required — Unique identifier for the user
    - `email` string, required — The email of the user

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
