bitwarden_create_group
Create a new vault group in Bitwarden and receive its ID for inviting members. Optionally grant access to all collections or set an external ID for syncing.
Instructions
Create a new vault group in the Bitwarden organization.
Use the returned group "id" with bitwarden_update_member_groups to invite
members into it.
Args:
name: Name of the group to create.
access_all: Whether the group gets access to all collections (default: False).
external_id: Optional external identifier (e.g. from an HR/IdP system) for syncing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| access_all | No | ||
| external_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |