Users
Documentation for Users
Base path: /api/v1/me
Endpoints for retrieving the currently authenticated user's profile.
GET /api/v1/me
Returns the profile of the currently authenticated user.
Authentication
Requires JWT (authMiddleware + activeOrgPreferenceMiddleware).
Request
No request body or query parameters.
Response 200 OK
json
| Field | Type | Description |
|---|---|---|
user.id | string (UUID) | The authenticated user's ID (sub claim from JWT) |
user.email | string | The authenticated user's email address |
Example
bash
api-docs/users