GET
/
user
/
{username}

Path Parameters

username
string
required

The username of the user to retrieve

Response

200 - application/json
username
string

Username of the user

isVerified
boolean

Indicates if the user is verified

isOrganisation
boolean

Indicates if the user is an organization

isDeveloper
boolean

Indicates if the user is a developer

profileBanner
string

Users banner

profilePicture
string

Users profile picture

isOwner
boolean

Indicates if the user is an owner

isPartner
boolean

Indicates if the user is a partner

displayname
string

Display name of the user

bio
string

Bio of the user

createdAt
string

Date and time when the user account was created

links
string[]

Links associated with the user

posts
object[]

Array of posts made by the user