---
title: "Get User"
method: GET
path: "/auth/user"
tags: ["auth"]
---

# Get User

`GET /auth/user`

## Response `200`

Successful Response

- UserRead — All fields inherited
  - `id` string, uuid, required
  - `email` string, required
  - `first_name` string, nullable
  - `middle_name` string, nullable
  - `last_name` string, nullable
  - `stytch_member_id` string, nullable
  - `stytch_organization_id` string, nullable
  - `role` 'SUPER_ADMIN' | 'USER'
  - `loading_animation` 'cascade' | 'ripple' | 'spiral' | 'rain' | 'breathe' | 'pineapple', nullable

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/3ad158624c53/schema)
