Adds a user to a Discord guild using their OAuth2 access token (which must have guilds.join scope). Returns the guild member object on 201 Created, or indicates the user is already a member on 204.
deafbooleanWhether the user should be server deafened in voice channels.
mutebooleanWhether the user should be server muted in voice channels.
nickstringNickname to set for the user in this guild. Maximum 32 characters.
rolesarrayList of role IDs to assign to the user upon joining.
user_idRequiredstringThe unique identifier (snowflake ID) of the user to add.
guild_idRequiredstringThe unique identifier (snowflake ID) of the guild to add the user to.
access_tokenRequiredstringOAuth2 access token for the user, with guilds.join scope, to authorize adding them to the guild.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.