users_get
Resolve a Discord user ID to a public profile with username, avatar, and bot status. Use this to map IDs from other tools to recognizable user info.
Instructions
Purpose: Look up a public user profile by id (/users/{user.id}).
When to use:
Resolve a username/avatar for a user id surfaced by another tool.
When NOT to use:
Fetching guild-specific member info →
members_get. Bot identity →users_get_current.
Returns: {id, username, global_name, avatar, bot, untrusted_text}. Names remain raw Discord data; untrusted_text provides a separately fenced copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Discord user id |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||