Get Users

Get Users

GET https://roavhub.org/api/users

This endpoint allows you to get a list of all verified users.

Query Parameters

NameTypeDescription

robloxID

number

Useful when trying to identify a user over their robloxID.

discordID

string

Useful when trying to identify a user over their discordID.

Headers

NameTypeDescription

accessToken

string

Authentication token to track down who is interacting with our API.

{
    "discordID": "329991150712651776",
    "robloxID": "141220712"
}

Last updated