Get user information
User Management
Get user information
Retrieves the authenticated user’s profile information including:
- User ID
- Full name
- Avatar URL
- Account tier
Use case: This endpoint provides the current user’s details needed for displaying profile information in the client UI.
Returns:
404 Not Foundif the user doesn’t exist in the database (should not occur for authenticated requests)
GET
Get user information
Authorizations
This API uses OAuth 2 with the implicit grant flow
Response
User information returned
User details

