Get Authorization User Info

Information about the Authorized User

Required Scope | authorized_user:read

Authentication

AuthorizationBearer

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

Response

Request was successful
idstringOptionalformat: "objectid"
The unique ID of the user
emailstringOptionalformat: "email"
The user's email address
firstNamestringOptional
The user's first name
lastNamestringOptional
The user's last name

Errors

4XX
Client Request Error
401
Unauthorized Error
403
Forbidden Error
5XX
Server Error