OAuth2

Get OAuth2 user information

Retrieves authenticated user information using a valid access token. Requires identify scope and supports email scope for email fields.

get/oauth2/userinfo

Response

Success

substring required

The subject identifier of the user

idstring required

The unique identifier of the user

usernamestring required

The username of the user

discriminatorstring required

The discriminator of the user

global_namestring nullable required

The global display name of the user

avatarstring nullable required

The avatar hash of the user

emailstring nullable

The email address of the user

verifiedboolean nullable

Whether the user has verified their email

flagsinteger

The public flags on the user account

Changes

No recorded changes to this endpoint across all 1 revision of this API.