---
title: "Gets the User with the provided ID"
method: GET
path: "/api/v1/users/{id}"
tags: ["Users"]
---

# Gets the User with the provided ID

`GET /api/v1/users/{id}`

## Path parameters

- `id` integer, required

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- UserDump
  - `username` string — Username of the User.
  - `email` string — Email of the User.
  - `id` integer — ID for the User resource.

---

[API](https://skmtc.net/usnistgov/apis/dioptra-rest-api.md) · [All operations](https://skmtc.net/usnistgov/apis/dioptra-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usnistgov/dioptra-rest-api/versions/a73101579c5c/schema)
