How to Put a Link to an Account in Text on Discord

Discord makes it easy to mention and link to accounts directly inside your messages — but the method depends on what type of account you mean, which platform you're using, and what you want that link to actually do. Here's a clear breakdown of how it works.

What "Linking to an Account" Means on Discord

There are a few different things people mean when they ask this:

  • Mentioning a user so they get a notification (the @username method)
  • Sharing a clickable profile link that others can open
  • Embedding hyperlinked text that points to a Discord profile or external account
  • Linking to a Discord profile from outside Discord (e.g., in a bio or website)

Each of these works differently, so it's worth knowing which one applies to your situation.

Method 1: Mentioning a User with @

The most common way to "link" to someone's account inside a Discord message is the @mention.

  1. Type @ in any text channel or DM
  2. Start typing the person's username
  3. Select their name from the autocomplete dropdown
  4. Send the message

The result is a highlighted, clickable mention — when others click it, they can view that person's profile. The mentioned user also receives a notification ping.

This works on desktop, browser, and mobile versions of Discord. The autocomplete only shows members of the current server or people you share a DM with, so you can't @mention someone you have no shared connection with.

Using User IDs for Mentions (Advanced)

If you already know someone's User ID (a unique numeric string), you can format a manual mention like this:

<@USER_ID_HERE> 

Replace USER_ID_HERE with the actual numeric ID. To find a User ID, you need Developer Mode enabled in Discord settings. Once enabled, right-click any username and select Copy User ID.

This method is particularly useful for bots, moderation commands, or situations where the autocomplete isn't cooperating.

Method 2: Sharing a Profile Link

Discord generates profile links that can be shared in text. The standard format is:

https://discord.com/users/USER_ID 

When someone clicks this link inside Discord, it opens the user's profile panel directly. When opened in a browser, it redirects to Discord's web app and prompts a login if needed.

To get a user's ID (required to build this link), Developer Mode must be active. You'll find this under:

User Settings → Advanced → Developer Mode (toggle it on)

Then right-click the user's name anywhere in Discord → Copy User ID → paste it into the URL format above.

Method 3: Hyperlinking Text (Masked Links) 🔗

Discord supports masked hyperlinks — text that displays a custom label but contains a URL underneath. The formatting syntax is:

[Link text here](https://your-url-here.com) 

This only renders properly in certain contexts:

ContextMasked Links Work?
Server text channels✅ Yes
DMs✅ Yes
Voice channel text chat✅ Yes
System messages / embeds❌ No
Mobile (some older versions)⚠️ Inconsistent

So if you want the text to say something like "Visit my profile" but link to a Discord profile URL, you'd write:

[Visit my profile](https://discord.com/users/123456789012345678) 

This renders as a clean, clickable link in the message.

Method 4: Linking to a Discord Account from Outside Discord

If you want to link to someone's Discord account from a website, social media bio, or README file, the same discord.com/users/USER_ID format applies. Anyone clicking it will be taken to Discord — either the web app or their desktop client, depending on their setup.

Some users also share Discord invite links as a proxy for their account, particularly streamers or creators who run their own servers. This isn't a direct profile link, but it's a common workaround when a profile URL feels too personal or isn't public-facing enough.

Variables That Affect How This Works

Not every method works identically for every user. A few factors shape the experience:

  • Server permissions — some servers restrict who can use @mentions or embed links
  • Privacy settings — users can limit who can send them DMs or view their profile
  • Account type — bots have different mention behavior than regular accounts
  • Discord Nitro status — affects profile appearance but not basic linking functionality
  • Platform version — mobile Discord occasionally renders markdown differently than desktop
  • Whether Developer Mode is enabled — required for any ID-based approach

Different Use Cases, Different Approaches 🎯

A server moderator referencing a user in a warning message will almost always use the @mention method. A developer building a bot might use raw User ID mentions in commands. A content creator linking to their profile from a website would use the discord.com/users/ URL. Someone writing a server welcome message might use masked link syntax to keep things tidy.

The same Discord account can be referenced in half a dozen ways depending on who's doing the linking, where it's appearing, and what interaction they want the reader to take. Your specific context — the platform you're on, your Discord permissions, and the experience you want to create — is what determines which of these methods actually fits.