---
title: "Get User Profile"
method: GET
path: "/users/me"
tags: ["User"]
---

# Get User Profile

`GET /users/me`

Returns user profile and permissions

## Headers

- `tenant-id` string, required

## Response `200`

User profile retrieved

- UserProfileResponse
  - `id` string
  - `email` string
  - `firstName` string
  - `lastName` string
  - `tenants` Tenant[]
    - `id` string
    - `name` string

## Other responses

- `401` — Authentication required - Valid authentication token is missing or invalid
- `403` — Forbidden - User does not have the required permissions to access their profile

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/versions/3d27e9019c7b/schema)
