Users

Get user by ID

Retrieves public user information by user ID. Returns basic profile details like username, avatar, and status. Does not include private or sensitive user data.

get/users/{user_id}

Path parameters

user_idstring snowflake required

The ID of the user

Response

Success

idstring required

The unique identifier (snowflake) for this user

usernamestring required

The username of the user, not unique across the platform

discriminatorstring required

The four-digit discriminator tag of the user

global_namestring nullable required

The display name of the user, if set

avatarstring nullable required

The hash of the user avatar image

avatar_colorinteger required
botboolean

Whether the user is a bot account

systemboolean

Whether the user is an official system user

flagsinteger required

The public flags on the user account

mention_flags0 | 1 | 2

Reply mention preference

Changes

No recorded changes to this endpoint across all 1 revision of this API.