Skip to content

Get user by ID

GET
/api/v1/user/{id}
id
required
string
expand
string

User details

object
id
required

User ID (15 chars)

string
username
required

Username (3+ chars, alphanumeric with dots)

string
email
required

User email address

string format: email
avatar

Avatar file path

string
verified

Email verification status

boolean
created
string format: date-time
updated
string format: date-time

Not Found

Internal Server Error