---
title: "Get a single agent user with optional expansion"
method: GET
path: "/agent/v1/users/{id}"
tags: ["Agent Sandbox"]
---

# Get a single agent user with optional expansion

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

Returns one user. Without ?expand=, nested resources (addresses, activity, organizations) are returned as references. With ?expand=addresses,activity, those resources are inlined.

## Path parameters

- `id` string, required

## Query parameters

- `expand` string

## Response `200`

User found

- AgentUserDetailResponse
  - `data` AgentUser, required
    - `id` string, required
    - `email` string, email, required
    - `full_name` string, required
    - `locale` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `timezone` string, required
    - `profile` object, required
      - `avatar_url` unknown
      - `bio` unknown
      - `company` object
        - `name` string
        - `department` string
        - `employee_id` string
      - `social` object
        - `twitter` unknown
        - `github` unknown
        - `linkedin` unknown
    - `preferences` object, required
    - `status` 'active' | 'suspended', required

## Other responses

- `400` — Invalid ID format
- `404` — Not found

---

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