---
title: "Get User"
method: GET
path: "/api/v1/users/{user_email}"
tags: ["users", "V1"]
---

# Get User

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

Fetch a given user.

## Path parameters

- `user_email` string, required

## Response `200`

Successful Response

- UserResponse — Information about a user.
  - `email` string, required — Email address of the user
  - `first_name` string, nullable — First name of the user
  - `last_name` string, nullable — Last name of the user
  - `role_id` integer, required — ID of the role assigned to the user
  - `utm` DaoUtm
    - `utm_source` string, nullable
    - `utm_medium` string, nullable
    - `utm_campaign` string, nullable
    - `utm_term` string, nullable
    - `utm_content` string, nullable
  - `last_updated_comments` string, nullable — Comments for the most recent edit to the user.
  - `id` integer, required — Internal ID of the user
  - `role_name` string, required — Name of the role assigned to the user
  - `email_sent` boolean, required — Whether the welcome email has been sent to the user
  - `activity_status` 'not_invited' | 'invited' | 'active', required
  - `last_updated` string, date-time, required — The timestamp of the most recent update to the user
  - `last_updated_by` string, nullable — The email address of the user who last updated the user
  - `last_session_at` string, date-time, nullable — The timestamp of the user's last session

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.net/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/versions/ac3228f980bb/schema)
