GetCurrentUser
UserService
GetCurrentUser
GetCurrentUser retrieves the profile of the currently authenticated user.
GET
GetCurrentUser
Headers
OAuth 2.0 Bearer token with the 'read' scope. Required for all user operations. Format: Bearer <access_token>.
Example:
"Bearer eyJhbGciOiJSUzI1NiIs..."
Preferred locale for localized content (BCP 47).
Example:
"ar"
Response
Successful response
GetCurrentUserResponse is the response message containing the authenticated user's profile.
User represents the authenticated user's profile information.