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_namestringOptional

The user’s first name.

idstringOptional

Unique identifier for the object.

last_namestringOptional

The user’s last name.

metadatamap from strings to anyOptional

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

photo_urlstringOptional

URL of a photo to be used as the user’s avatar.