Skip to main content
Read a guild’s members and their Discord ↔ Roblox verification links. Useful for building your own directory, roster, or verification-aware tooling. The guild ID lives in the path and must match your API key’s guild.
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 the lookup:read scope.
string
required
Your guild ID. Must match the key’s guild.
string
required
A numeric Roblox user ID or a username.