---
title: "GET /users/me"
method: GET
path: "/users/me"
tags: ["Users"]
---

# GET /users/me

`GET /users/me`

## Headers

- `X-PHYSNA-TENANTID` string

## Response `200`

Ok

- CurrentUserResponse
  - `id` string, required
  - `externalId` string, required
  - `email` string, required
  - `department` string, required
  - `acceptedLicenseAgreement` boolean, required
  - `status` 'Suspended' | 'Active', required
  - `roles` Role[], required
  - `tenants` string[], required

## Other responses

- `404`

---

[API](https://skmtc.dev/physna/apis/physna-public-api.md) · [All operations](https://skmtc.dev/physna/apis/physna-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/physna/physna-public-api/revisions/18b6af4c004d/schema)
