Get OAuth user information
Returns claims compatible with the OIDC UserInfo Standard Claims shape. The profile scope is required, and the email claim is included only when the access token also has the email scope. This endpoint does not issue ID Tokens.
Authentication: The Authorization: Bearer <jwt> header is required.
Required OAuth scope: profile.
Authorizations
Access token for user-context authentication. Send it in the Authorization: Bearer <jwt> header. Use the token your OAuth client app obtained via the Authorization Code + PKCE flow.
Headers
Supported response locales: ko, en, ja, zh-CN, zh-TW, es, fr, de, pt, th, vi. Default is ko.
"ko"
Response
Success. Optional claims that are not authorized or unavailable are omitted.
User information compatible with the OIDC Standard Claims shape. Claims that are unauthorized or unavailable are omitted.
Immutable external user identifier shared across the Open API service
"OA-0123456789abcdef0123456789abcdef"
Display name (profile scope)
"Rocketpunch"
Profile permalink (profile scope)
"rocketpunch"
Absolute profile image URL (profile scope)
"https://image.rocketpunch.com/user/123/profile.png"
Email address (included only with the additional email scope)
"user@example.com"