Skip to main content

Get authenticated user profile

GET 

/company/users/me

Returns the complete profile of the currently authenticated user via JWT. Includes all personal data, user preferences, and configuration.

Usage Example:

  • Display profile information in the frontend
  • Verify email verification status
  • Obtain language and timezone preferences

Requirements:

  • User must be authenticated (valid JWT)
  • Token must have appropriate permissions

Successful Response:

  • Code 200 with complete User object

Responses

User profile obtained successfully.