Change group member role
wom_change_group_member_roleChange a group member's role using the group's verification code. Provide the member's username, new role slug, and group ID.
Instructions
Changes a single member's role within a group. Requires the group's verification code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The group's numeric Wise Old Man ID. | |
| role | Yes | A Wise Old Man group role slug (e.g. 'owner', 'deputy_owner', 'moderator', 'member', 'admiral', 'general', etc - there are 300+ themed role options). See https://docs.wiseoldman.net/api/groups/group-type-definitions for the full list. | |
| username | Yes | ||
| verificationCode | Yes | The group's verification code, given when the group was created. Required for any mutating action. |