---
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
  - `student_level` 'sixieme' | 'cinquieme' | 'quatrieme' | 'troisieme' | 'seconde' | 'premiere' | 'terminale' | 'prepa', 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

## Changes

- **2026-09-10** `da2adc76dec3` — 1 info
  - added the optional property `student_level` to the response with the `200` status

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/users/me/get.md)

---

[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.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
