Move Item To Organization
keychain_move_item_to_organizationMove a vault item to a specific organization and optionally assign organization collections during the transfer.
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. |