Skip to main content
GET
GetCurrentUser

Headers

Authorization
string
required

OAuth 2.0 Bearer token with the 'read' scope. Required for all user operations. Format: Bearer <access_token>.

Example:

"Bearer eyJhbGciOiJSUzI1NiIs..."

Accept-Language
string

Preferred locale for localized content (BCP 47).

Example:

"ar"

Response

Successful response

GetCurrentUserResponse is the response message containing the authenticated user's profile.

user
object

User represents the authenticated user's profile information.