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