Users
Retrieve a User
Returns a user
GET
/
v5
/
app
/
users
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the User, which will look like user_*************
Response
200 - application/json
The ID of the user, which will look like user_*************
The username of the user
The date the user was created as a unix timestamp.
The first and last name of the user.
The email of the user
The URL of the user's profile picture
The URL of the user's profile picture at 32x32 pixels
The URL of the user's profile picture at 64x64 pixels
The URL of the user's profile picture at 128x128 pixels
Was this page helpful?