---
title: "Get the currently logged-in user, including an explicit role signal (role / is_clinician / is_patient). For full patient or clinician records use /patients/current or the clinician endpoints."
method: GET
path: "/users/current"
tags: ["user"]
---

# Get the currently logged-in user, including an explicit role signal (role / is_clinician / is_patient). For full patient or clinician records use /patients/current or the clinician endpoints.

`GET /users/current`

## Response `200`

successful operation

- UserResponse
  - `active` boolean, nullable
  - `country_of_residence` string, nullable
  - `created_time` string, date-time
  - `email` string
  - `email_verified` boolean
  - `first_name` string
  - `id` integer
  - `is_clinician` boolean, nullable
  - `is_internal` boolean, nullable
  - `is_patient` boolean, nullable
  - `last_name` string
  - `locale` string, nullable
  - `password` string
  - `phone_number` string, nullable
  - `registered` boolean, nullable
  - `role` 'clinician' | 'patient', nullable
  - `state` string, nullable
  - `updated_time` string, date-time
  - `use_fast_entry_audio` boolean, nullable
  - `use_fast_entry_photo` boolean, nullable
  - `use_fast_entry_text` boolean, nullable
  - `use_local_photo` boolean, nullable
  - `use_search_by_photo` boolean, nullable
  - `use_search_by_text` boolean, nullable
  - `zipcode` string, nullable

## Changes

- **2026-09-16** `081a2697c0f1` — 3 info
  - added the optional property `is_clinician` to the response with the `200` status
  - added the optional property `is_patient` to the response with the `200` status
  - added the optional property `role` to the response with the `200` status

[Change history](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/changes/users/current/get.md)

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/750cc0d96a93?raw)
