List Users
GET /api/v1/usersNumber of records to return (max 100).
Number of records to skip for pagination.
Always
true on success.Array of user objects with profile information.
The user’s internal ID.
The user’s unique username (from profile).
One of
user, support, admin, or superadmin.Subscription tier:
ultra, pioneer, founder, employee, or null if no subscription.The user’s current league tier.
The user’s leaderboard rank.
Lifetime points earned.
Points earned in the current match period.
URL to the user’s profile image (nullable).
User’s profile bio/description (nullable).
User’s profile title (nullable).
Get User by ID
GET /api/v1/users/{id}The user’s internal ID.
User object with extended fields.
The user’s internal ID.
The user’s unique username.
Account type.
Subscription tier.
Lifetime points earned.
Points earned in the current match period.
The user’s public profile, if accessible.

