Identify user OAuth Scope: identify:read

Retrieve information about the user who authorized the OAuth access token.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK
first_namestringOptional
The first name of the user.
last_namestringOptional
The last name of the user.
emailstringOptional
The email address of the user.
profile_picturestringOptional
URL to the user's profile picture.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error