put/guilds/{guild_id}/members/{user_id}
Request body
nickstring nullable
rolesSnowflakeType[] nullable
muteboolean nullable
deafboolean nullable
access_tokenstring required
flagsinteger nullable
Response
201 response for add_guild_member
avatarstring nullable required
the member's guild avatar hash
bannerstring nullable required
the member's guild banner hash
communication_disabled_untilstring date-time nullable required
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
flagsinteger required
guild member flags represented as a bit set, defaults to 0
joined_atstring date-time required
when the user joined the guild
nickstring nullable required
this user's guild nickname
pendingboolean required
whether the user has not yet passed the guild's Membership Screening requirements
premium_sincestring date-time nullable required
when the user started boosting the guild
rolesSnowflakeType[] required
array of role object ids
muteboolean required
whether the user is muted in voice channels
deafboolean required
whether the user is deafened in voice channels