Updates the complete member list of a Chatwork room with bulk assignment of member roles (admin, member, readonly). This is a bulk update operation that replaces the entire member list - any existing members not included in the request will be removed from the room. At least one…
room_idRequiredintegerThe unique numeric identifier of the Chatwork room to update members in. Can be obtained from the Get Rooms action.
members_admin_idsRequiredstringComma-separated list of account IDs to assign admin privileges. At least one admin is required. Example: '123,456,789'
members_member_idsstringComma-separated list of account IDs to assign member privileges. Members can read and write messages. Example: '21,344'
members_readonly_idsstringComma-separated list of account IDs to assign read-only privileges. Read-only members can only view messages. Example: '15,103'
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
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.