Skip to main content
Returns the account behind the token. In a user flow it is the person who approved access. In a service flow it is the account that owns the app. Requires the profile:read scope.

Get the current user

string
The stable account identifier.
string
The account email address.
string | null
The account username, or null if none is set.
string
The account role, for example USER.
string
PERSONAL or ORGANIZATION.
string | null
The current plan identifier, for example free or pro.
boolean
Whether the email address is verified.
string
ISO 8601 timestamp of when the account was created.
The response never includes secrets such as passwords, tokens, or two factor material.