Retrieve a user
Retrieves a User object.
Path parameters
id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
User
first_name
The user’s first name.
id
Unique identifier for the object.
last_name
The user’s last name.
metadata
Set of key-value pairs that will be stored with the user.
photo_url
URL of a photo to be used as the user’s avatar.