---
title: "Get currently logged in user. This is for restricted use case, do NOT use this for current patient or clinician information."
method: GET
path: "/users/current"
tags: ["user"]
---

# Get currently logged in user. This is for restricted use case, do NOT use this for current patient or clinician information.

`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_internal` boolean, nullable
  - `last_name` string
  - `locale` string, nullable
  - `password` string
  - `phone_number` string, nullable
  - `registered` boolean, 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

---

[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-service-production.skmtc.workers.dev/v1/apis/rxfoodapp/inneranalytics-mnt-server/revisions/0703cbbbefe8/schema)
