Get Server Member
On this page
- User ID
- User Mention
- User Username
- User Discriminator
- User Avatar URL
- User Banner URL
- User Accent Color
- User Locale
- User Global Name
- Is Bot
- Is System
- Is Verified
- Member Nickname
- Member Joined At (Unix)
- Member Joined At (Relative)
- Member Role Count
- Member Role Mentions
- Member Role IDs
- Member Timed Out
- Member Timed Out Until (Unix)
- Member Timed Out Until (Relative)
- Member Mute
- Member Deaf
Retrieve a Discord server member information by their ID.
The bot is required to have the Server Members intent in order for this block to work. Check your bot’s intents in Inventor bot settings.
Inputs
Server ID
ID of the server to retrieve user from.
Example: 1234567890123456789
User ID
ID of the user to retrieve.
Example: 1234567890123456789
Outputs
User ID
The User ID of the user that was retrieved.
Example: 1234567890123456789
User Mention
The mention of the user that was retrieved.
Example: <@1234567890123456789>
User Username
The username of the user that was retrieved.
Example: super_cool_user
User Discriminator
The discriminator of the user that was retrieved.
This will be 0 unless the user is a bot.
Examples: 1234
User Avatar URL
The avatar URL of the user that was retrieved.
Example: https://cdn.discordapp.com/avatars/1234567890123456789/ed7476c72ed8fcfd1caf32e98eebc37e.png
User Banner URL
The banner URL of the user that was retrieved.
Example: https://cdn.discordapp.com/banners/1234567890123456789/ed7476c72ed8fcfd1caf32e98eebc37e.png
, or blank if the user does not have one.
User Accent Color
The hex value of the accent color of the user that was retrieved.
Example: #FDBD24
User Locale
The locale of the user that was retrieved.
Example: en-US
(English, US)
User Global Name
The global name of the user that was retrieved.
Example: Super Cool User
Is Bot
Whether or not the retrieved user is a bot.
Examples: true
Is System
Whether or not the retrieved user is a system bot.
Examples: true
Is Verified
Whether or not the retrieved user is a verified bot.
Examples: true
Member Nickname
The server-specific nickname of the user that was retrieved.
Example: Super Cool Member
Member Joined At (Unix)
The Unix time when the user joined the specified server.
Example: 1731886315
Member Joined At (Relative)
The relative time when the user joined the specified server.
Example: 2 months ago
Member Role Count
The total number of roles that a user has in the specified server.
Example: 5
Member Role Mentions
A list of role mentions that the retrieved user has in the specified server. There are no separators.
Example: <@&1234567890123456789> <@&1234567890123456789>
Member Role IDs
A comma-separated list of role IDs that the retrieved user has in the specified server.
Example: 1234567890123456789,1234567890123456789
Member Timed Out
Whether or not the retrieved user is timed out in the specified server.
Example: true
Member Timed Out Until (Unix)
The Unix time at which the retrieved user’s timeout will be removed in the specified server.
Examples: 1731886315
Member Timed Out Until (Relative)
The relative time remaining until the user’s timeout is removed in the specified server.
Examples: in two minutes
Member Mute
Whether or not the retrieved user is muted in the specified server.
Examples: true
Member Deaf
Whether or not the retrieved user is deafened in the specified server.
Examples: true