Move Item To Organization
keychain_move_item_to_organizationMove a vault item to a specified organization. Optionally assign organization collections to the item during the move.
Instructions
Move an existing vault item into the required organizationId. Optionally pass collectionIds to assign organization collections during the move; collection ids are organization collections, not personal folders. Returns the moved item summary with normal redaction rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stable Bitwarden object id returned by list/search/get/create tools. | |
| organizationId | Yes | Bitwarden organization id; required for org-scoped collection operations. | |
| collectionIds | No | Bitwarden collection ids, not folder ids. |