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
FieldTypeDescription
user.idstring (UUID)The authenticated user's ID (sub claim from JWT)
user.emailstringThe authenticated user's email address

Example

bash
api-docs/users