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

# Get Current User Info

`GET /users/me`

## Response `200`

Successful Response

- UserResponse — Shape returned to the frontend when requesting the current user.
  - `id` string, required
  - `email` string, required
  - `has_seen_home_tutorial` boolean
  - `has_seen_teacher_exam_level_tutorial` boolean
  - `has_seen_teacher_exercise_level_tutorial` boolean
  - `country` string, nullable
  - `role` string, nullable
  - `full_name` string, nullable
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `grade` string, nullable
  - `filiere` string, nullable
  - `has_completed_grade_step` boolean
  - `is_onboarded` boolean
  - `is_in_student_mode` boolean, nullable
  - `effective_role` string, nullable
  - `is_approved` boolean, nullable
  - `is_active` boolean, nullable
  - `has_limited_access` boolean, nullable
  - `beta_features_enabled` boolean
  - `is_demo` boolean
  - `teacher_type` string, nullable
  - `subject` string, nullable
  - `onboarding_completed` boolean, nullable
  - `onboarding_step` string, nullable
  - `last_inbox_opened_at` string, date-time, nullable
  - `establishment` string, nullable
  - `establishment_prompt_snoozed_until` string, date-time, nullable
  - `school_affiliation_status` string, nullable

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
