bitwarden_update_member_groups
Set a Bitwarden member's vault group memberships by replacing existing assignments. To preserve current groups, retrieve them first, merge new groups, then pass the combined list.
Instructions
Set which vault groups a member belongs to — this is the "group invitation" action.
IMPORTANT: this REPLACES the member's entire group list, it does not append.
To add the member to a group without losing existing memberships, first call
bitwarden_list_member_groups, merge the new group id(s) into that list, then
pass the full merged list here.
Args:
member_id: The member's UUID (see bitwarden_list_members).
group_ids: Full list of vault group UUIDs the member should belong to
after this call (see bitwarden_list_groups for available group IDs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_ids | Yes | ||
| member_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |