Guilds

Get current user guild member

Get current user guild member. Returns the member information for the authenticated user in the specified guild.

get/guilds/{guild_id}/members/@me

Path parameters

guild_idstring snowflake required

The ID of the guild

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.