GET
/
users
/
{userId}

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string
required

The user's ID

Response

200 - application/json

User object

avatar
object
required
display_name
string
required
id
string
required
type
enum<string>
required
Available options:
user,
application
username
string
required