Users

User

The base User object.

field
type
description

id

long

the user's unique identifier

username

string

the user's name

displayname

string?

the user's display name

aboutme

string?

the user's "about me"

pronouns

string?

the user's pronouns

country

string?

the country code the user has created it's account in

groups

Group[] (without members)

the groups the user is in

club

the club the user is in

online

bool

whether the user is currently online

Optional fields:

field
type
description

created

long (unix seconds)

timestamp of when the user created the account

lastlogin

long (unix seconds)

timestamp of when the user last logged in

social

the user's social links

stats

the user's stats

following

bool

whether the current user is following this user

email

string

the email of this user (only when getting the current user)

UserSocials

field
type
description

discord

string?

twitter

string?

youtube

string?

twitch

string?

UserStatistics

field
type
description

ovr

double

overall rating

pvr

double

potential rating

ova

double

overall accuracy

combo

int

highest combo achieved

score

long

total score on ranked maps

global

int

global rank

country

int

country rank

Last updated