GET /utils/me
Get current user.
Retrieves the profile information and account details of the currently authenticated user.
Endpoint
GET /utils/me
Parameters
| Name | Type | Description |
|---|---|---|
| current_user | CurrentUser | The currently authenticated user object retrieved from the security context. |
Response
| Status | Description |
|---|---|
| 200 | Successfully retrieved the current user's profile information. Returns UserPublic. |