---
title: "Fetch the specified User"
method: GET
path: "/v1/users/{uuid}"
tags: ["users"]
---

# Fetch the specified User

`GET /v1/users/{uuid}`

## Path parameters

- `uuid` string, uuid, required

## Response `200`

Identifying information about the requested user

- object
  - `data` UserRead, required
    - `uuid` string, uuid, required
    - `first_name` string, required
    - `last_name` string, required
    - `email` string, email, required — The user's email for deleted users will be noreply@fieldguide.io
    - `company_uuid` string, uuid, required
    - `_links` UserReadLinks, required
      - `fieldguide` HalLink, required
        - `href` string, uri, required
        - `title` string — A human-readable title for the link
        - `type` string, required — The content-type
    - `status` 'Invited' | 'Verified' | 'Active' | 'Deactivated' | 'Deleted', required — The user's account status (e.g. active, invited, or deactivated).
    - `invite_last_resent_at` string, date-time, nullable, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden (requires scopes `users:read`)
- `404` — Resource not found
- `429` — Too many requests

---

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