---
title: "Retrieve a user"
method: GET
path: "/users/{id}"
tags: ["Users"]
---

# Retrieve a user

`GET /users/{id}`

Retrieves a User object.

## Path parameters

- `id` string, required — The ID of the user to retrieve.

## Response `200`

User

- User — A user of the app
  - `first_name` string, required — The user's first name.
  - `id` string — Unique identifier for the object.
  - `last_name` string — The user's last name.
  - `metadata` Metadata — Set of key-value pairs that will be stored with the object.
  - `photo_url` string, uri — URL of a photo to be used as the user's avatar.

## Other responses

- `default` — Error

---

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