Retrieve a user

Retrieves a User object.

Path parameters

idstringRequired

Headers

AuthorizationstringRequired

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

Response

User
first_namestring or null
The user's first name.
idstring or null
Unique identifier for the object.
last_namestring or null
The user's last name.
metadataobject or null

Set of key-value pairs that will be stored with the user.

photo_urlstring or nullformat: "url"
URL of a photo to be used as the user's avatar.