List Guild Members

User Interface

Field
Description
Comment

Guild ID

Guild ID

Response Datas

Key
Description

data[].avartar

The member's guild avatar hash

data[].banner

The member's guild banner hash

data[].communication_disabled_until

When the user's timeout will expire and the user will be able to communicate in the guild again, null or a time in the past if the user is not timed out

data[].flags

Guild member flags represented as a bit set, defaults to 0

data[].joined_at

When the user joined the guild

data[].nick

This user's guild nickname

data[].pending

Whether the user has not yet passed the guild's Membership Screening requirements

data[].premium_since

When the user started boosting the guild

data[].roles[]

Array of role object ids

data[].user

User Object

data[].user.id

The user's ID

data[].user.username

The user's username, not unique across the platform

data[].user.avatar

The user's avatar

data[].user.discriminator

The user's Discord-tag

data[].user.public_flags

The public flags on a user's account

data[].user.banner

The user's banner hash

data[].user.accent_color

The user's banner color encoded as an integer representation of hexadecimal color code

data[].user.global_name

The user's display name, if it is set. For bots, this is the application name

data[].user.avatar_decoration_data

Data for the user's avatar decoration

data[].user.accent_color

The user's banner color encoded as an integer representation of hexadecimal color code

data[].mute

Whether the user is muted in voice channels

data[].deaf

Whether the user is deafened in voice channels

Last updated

Was this helpful?