---
title: "Get authenticated user profile"
method: GET
path: "/auth/profile"
tags: ["Auth"]
---

# Get authenticated user profile

`GET /auth/profile`

## Response `200`

User profile.

- UserProfile
  - `id` integer
  - `username` string
  - `email` string, email
  - `full_name` string
  - `role` 'admin' | 'viewer'
  - `client_id` integer
  - `two_factor_enabled` boolean

---

[API](https://skmtc.net/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.net/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/versions/73f83bc2eff8/schema)
