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
- 200
- 401
User profile obtained successfully.
Unauthorized. Possible causes:
- Invalid or expired JWT token
- User lacks permissions