Update Guild Member
Updates a member in a Discord guild.
PUT
Query
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.
Body
Arguments
stringrequired
ID of the guild.
stringrequired
ID of the user/member to modify.
string
Value to set users nickname to.
array of string
Array of role IDs assigned to the member.
boolean
Whether the user is muted in voice channels.
boolean
Whether the user is deafened in voice channels.
string
ID of voice channel to move user to (or null).
date
ISO8601 timestamp for timeout expiration (or null).