RAD Developer Docs
Users

Get user by ID

Returns detailed information about a specific user, including their profile data. You can only access users you have a connection with.

GET
/
users
/
{id}

Authorizations

Authorizationstringheaderrequired

API tokens can be created in the Dashboard settings. Requires an Ultra subscription.

Path Parameters

idintegerpathrequired

The user's internal ID

Required range: x ≥ 1

Example: 42

Response

200application/json

User details

okbooleanrequired
datavaluerequired
Show child attributes
idinteger

Internal user ID

usernamestring | null

User's unique username (from profile)

accountTypeenum

Account type

Allowed values: usersupportadminsuperadmin

subscriptionTierenum | null

Subscription tier (null if no subscription)

Allowed values: ultrapioneerfounderemployee

leagueinteger

Current league tier

rankinteger

Leaderboard rank

totalPointsinteger

Lifetime points earned

matchPointsinteger

Points in current match period

profileImagestring | null

URL to user's profile image

profileDescriptionstring | null

User's profile bio/description

profileTitlestring | null

User's profile title

dttTotalRepsinteger

Lifetime total Deepthroat Trainer repetitions across all sessions owned by this user.

dttTotalSessionsinteger

Lifetime count of Deepthroat Trainer sessions owned by this user.

400application/json

Invalid request parameters

okbooleanrequired
errorstringrequired
401application/json

Authentication required or token invalid

okbooleanrequired
errorstringrequired
404application/json

User not found

okbooleanrequired
errorstringrequired