Guilds

Get guild member by user ID

Get guild member by user ID. Returns member information including roles, nickname, and join date for the specified user in the guild.

get/guilds/{guild_id}/members/{user_id}

Path parameters

guild_idstring snowflake required

The ID of the guild

user_idstring snowflake required

The ID of the user

Response

Success

nickstring nullable

The nickname of the member in this guild

avatarstring nullable

The hash of the member guild-specific avatar

bannerstring nullable

The hash of the member guild-specific banner

accent_colorinteger
rolesstring[] required

Array of role IDs the member has

joined_atstring date-time required

ISO8601 timestamp of when the user joined the guild

muteboolean required

Whether the member is muted in voice channels

deafboolean required

Whether the member is deafened in voice channels

communication_disabled_untilstring date-time nullable

ISO8601 timestamp until which the member is timed out

profile_flagsinteger

Member profile flags

mention_flags0 | 1 | 2

Reply mention preference

Changes

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