---
title: "Get Parameters"
method: GET
path: "/settings/profile"
tags: ["Settings"]
---

# Get Parameters

`GET /settings/profile`

Return the current user's parameters.

## Response `200`

Successful Response

- ParametersOut — The data returned when fetching the user's parameters.
  - `email` string, required
  - `full_name` string, nullable
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `role` string, nullable
  - `grade` string, nullable
  - `filiere` string, nullable
  - `teacher_type` 'lycée' | 'prepa', nullable
  - `subject` 'maths' | 'physique-chimie', nullable
  - `has_limited_access` boolean, nullable
  - `beta_features_enabled` boolean
  - `cpge_library_enabled` boolean, nullable

## Changes

- **2026-09-06** `a8edb782d4d6` — 1 info
  - added the optional property `cpge_library_enabled` to the response with the `200` status

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/settings/profile/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)
