App Logo
discord.com

Find Discord member ID by name

Resolves a Discord member's userId from their name, through a channel's mention autocomplete (@name). Useful to build a <@id> ping. Requires being logged in.

Input

name required

Name (or start of the name) of the member to resolve. Throws when no member matches.

channelUrl required

URL of a channel in the server to search, e.g. https://discord.com/channels/<guildId>/<channelId>. Must be a channel the signed-in account can type in (the lookup runs through that channel's message box).

Output

userId required

userId of the first result (best match), or null.

matches required

All members offered by the autocomplete, best first.

FAQ

Resolves a Discord member's userId from their name, through a channel's mention autocomplete (@name). Useful to build a <@id> ping. Requires being logged in.
Required: channelUrl, name.
It returns userId, matches.
Yes. It acts as you on discord.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the discord.com cookies saved by the Reduck extension.
It only reads. It looks things up on discord.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/discord.com/find_member_id, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/discord.com/find_member_id
It is part of Reduck's official curated catalogue.

Start building not clicking