bitwarden_invite_member
Invite a new member to your Bitwarden organization by email. Set their role, access to all collections, and optional external ID for syncing; then follow up to assign groups.
Instructions
Invite a new member to the Bitwarden organization by email.
The invited member receives an email invitation; their "status" starts
at 0 (Invited) until they accept it. To grant access to specific vault
groups, follow up with bitwarden_update_member_groups once the invite
succeeds (the returned member "id" is needed for that call).
Args:
email: Email address to invite.
type: Organization role — 0=Owner, 1=Admin, 2=User (default, i.e. regular
Member), 3=Manager, 4=Custom (requires the organization to have
custom permissions enabled).
access_all: Whether the member 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 |
|---|---|---|---|
| type | No | ||
| Yes | |||
| access_all | No | ||
| external_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |