Every endpoint on this page requires the
members:read scope. See Scopes.List members
Returns the guild’s Discord members. Bots are omitted.string
required
Your guild ID. Must match the key’s guild.
boolean
When
true, returns only verified members and enriches each with their Roblox link.number
default:"1000"
Maximum number of members to fetch.
string
Discord member ID to page after.
array
number
boolean
List verified users
Returns every verification link stored for the guild, straight from the database (no Discord API call). Ordered by most recently verified.string
required
Your guild ID. Must match the key’s guild.
array
Each entry has
discord_id, roblox_id, roblox_username, verified_at, and last_sync.number
Resolve a Roblox user
Resolve a Roblox ID or username to public profile info, and report whether that account is linked to a Discord user in your guild. Requires thelookup:read scope.
string
required
Your guild ID. Must match the key’s guild.
string
required
A numeric Roblox user ID or a username.