---
title: "View a user"
method: GET
path: "/v0/users/{user}"
tags: ["users"]
---

# View a user

`GET /v0/users/{user}`

View a user. Only the authenticated user themselves and server admins have access to this endpoint. To view users within your organization, use the organization members endpoints.

## Path parameters

- `user` string, required

## Response `200`

successful operation

- JsonUser
  - `admin` boolean, required
  - `created` string, date-time
  - `email` string, required
  - `locked` boolean, required
  - `name` string, required
  - `slug` string, required
  - `uuid` string, uuid, required

## Other responses

- `4XX` — Error
- `5XX` — Error

---

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