Discord - Get record details by ID action
The Get record details by ID action retrieves details of a specific record with its ID in Discord.
Input
| Input field | Description |
|---|---|
| Object | Select an object. Objects include User and Guild member. |
| User ID | Enter the user ID. |
| Guild ID | Enter the guild ID. |
Output
| Output field | Description |
|---|---|
| User ID | The user ID. |
| Username | The username. |
| Avatar | Optional. The avatar URL. The value is null if no custom avatar is set. |
| Discriminator | This is a legacy 4-digit tag that used to follow usernames. The current tag is 0 for most users. |
| Public flags | Indicates the number of badges visible on the user profile. |
| Flags | Indicates the number of badges visible on the user profile. This may include internal or private flags. |
| Banner | Optional. The user profile banner image URL. The value is null if no banner is set. |
| Accent color | Optional. The color integer displayed as a banner if no banner image is set. The value is null if no color is set. |
| Global name | The user display name. This is the name displayed in the UI, distinct from the unique username. |
| Clan | The user clan tag and badge. The value is null if not in a clan. |
Last updated: