/user-lookup - Discord User Information
The /user-lookup command retrieves information about Discord users.
Command Usage
/user-lookup <user>
Options
| Option | Type | Required | Description |
|---|---|---|---|
user | User | Yes | The user to lookup (can be a user ID) |
Information Provided
Basic Profile Data
- Username: Discord username
- Global Name: Display name
- User ID: Unique Discord ID
- Avatar: Profile picture
- Banner: Profile banner (if available)
Account Information
- Created At: Account creation date
- Age: Relative account age
- Badges: Discord badges/flags
- Bot: Whether user is a bot
Token Information
- First Token Segment: Base64 encoded user ID
Mutual Server Info (If Available)
- Status: Online/Idle/DND/Offline
- Activity: Current game/activity
Response Format
## username
**global name**: GlobalName
**id**: `123456789012345678`
**first token segment**: `MTIzNDU2Nzg5MA`
**bio**: User's bio text
**pronouns**: they/them
**badges**: early supporter, hypesquad bravery
**created**: January 1, 2020 12:00 AM (4 years ago)
*requested by YourName | RynZen.*
With Banner
[Banner Image Gallery]
## username
**global name**: GlobalName
...
With Mutual Server Info
### mutual server info (from ServerName)
**status**: online
**activity**: Playing Minecraft
Step-by-Step Guide
1. Lookup by Mention
/user-lookup user:@FriendUser
2. Lookup by ID
/user-lookup user:123456789012345678
3. Lookup by Partial ID
/user-lookup user:123456789
→ Discord autocomplete will suggest users
Token Segment Explanation
The "first token segment" is the base64url-encoded user ID - this is a standard Discord identifier.
Badge Detection
The command detects various Discord badges including:
- Staff
- Partner
- HypeSquad
- Bug Hunter
- Early Supporter
- And more
Use Cases
User Verification
- Verify user identity
- Check account age
- Confirm badges
OSINT Research
- Gather user information
- Track account history
- Identify mutual servers
Security
- Investigate suspicious users
- Check for alt accounts
- Verify bot accounts
Limitations
Privacy Restrictions
- Private profiles show limited info
- Some data requires mutual server
- Bots have limited profile data
API Limitations
- Rate limited by Discord
- Some features require Nitro
Data Accuracy
- Bio/pronouns may be empty
- Banner may not be set
- Status only visible in mutual servers
Example Lookups
Regular User
/user-lookup user:@Friend
→ Shows full profile with badges
→ Account creation date
→ Avatar and banner
Bot Account
/user-lookup user:@SomeBot
→ Shows "bot: yes"
→ Limited profile data
→ Bot badges
User ID Lookup
/user-lookup user:145254114340005486
→ Fetches user from ID
→ Shows all available data
Troubleshooting
"something went wrong"
- User ID invalid
- API rate limited
- Token expired
Limited Information
- User has private profile
- No mutual servers
- Bot account limitations
Related Commands
/iplookup- IP geolocation lookup/ip- User security information (entertainment)/1p-gr4bb3r- Grabber management
