Move Item To Organization
keychain_move_item_to_organizationMove a Bitwarden vault item to an organization with optional collection assignments. Returns the redacted item summary.
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. |