---
title: "Get Profile"
method: GET
path: "/auth/me"
tags: ["authentication"]
---

# Get Profile

`GET /auth/me`

Get the current authenticated user's profile.

## Response `200`

Successful Response

- UserProfileResponse — Response for GET /auth/me.
  - `id` string, required
  - `email` string, required
  - `display_name` string, required
  - `role` string, required
  - `sso_provider` string, required
  - `sso_groups` string[], required
  - `permissions` string[], required

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/versions/86f514b4e920/schema)
