Skip to main content
Version: Next

RESTPutAPIGuildMemberJSONBody

Index

Properties

access_token

access_token: string

An oauth2 access token granted with the guilds.join to the bot’s application for the user you want to add to the guild

optionaldeaf

deaf?: boolean

Whether the user is deafened in voice channels

Requires DEAFEN_MEMBERS permission

optionalmute

mute?: boolean

Whether the user is muted in voice channels

Requires MUTE_MEMBERS permission

optionalnick

nick?: string

Value to set users nickname to

Requires MANAGE_NICKNAMES permission

optionalroles

roles?: string[]

Array of role ids the member is assigned

Requires MANAGE_ROLES permission