---
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

---

[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/8d495ed916c6/schema)
