X-Guild-ID header.
Every endpoint on this page requires the
lookup:read scope. See Scopes.Look up by Discord ID
string
required
The Discord user ID to resolve.
string
required
The guild to look in. Must match your API key’s guild.
object
API key responses are limited to these four fields. Extra fields such as
verified_at and last_sync are only returned to dashboard sessions, not to API keys.Look up by Roblox ID
The reverse direction.number
required
The Roblox user ID to resolve.
string
required
The guild to look in.
Batch lookup
Resolve up to 25 IDs in one call. Pass eitherdiscord_ids or roblox_ids.
string
required
The guild to look in.
string[]
Up to 25 Discord IDs.
number[]
Up to 25 Roblox IDs.
object
A map keyed by the ID you passed. Each value is the link object, or
null if that user is not verified in the guild.Reverse lookup
Given one ID, return the full link record. This is the single-record version of batch lookup.string
required
string
Provide this or
roblox_id.number
Provide this or
discord_id.