Back to toolkits
Bitwarden logo

Bitwarden

Bitwarden is a secure password management solution providing encrypted vaults, cross-platform sync, and enterprise-grade security tools for storing and sharing credentials

security & identity tools

Tools (9)

  • Delete Group

    Tool to delete a group. Use when you need to permanently remove a group by its ID after ensuring no dependencies exist.

    Inputs: groupId

  • Delete Member

    Tool to delete a specific organization member. Use when you need to remove a member from the organization after verifying their member ID.

    Inputs: memberId

  • Get Group Member IDs

    Tool to retrieve the list of member IDs for a specific Bitwarden group. Use when you need only the user IDs of all members in a group.

    Inputs: groupId

  • Get Organization Subscription

    Tool to retrieve subscription details of the current organization. Use after obtaining a valid bearer token.

  • Import Members and Groups

    Tool to bulk import members and groups in a single request. Use when migrating or seeding an organization with multiple members and groups at once. Import is all-or-nothing: a single malformed entry in `members` or `groups` causes the entire request to fail.

    Inputs: groups, members, organizationId

  • Reinvite Member

    Tool to re-send an invitation to a pending or removed member. Use when an existing member's invite needs re-issuing.

    Inputs: memberId

  • Retrieve Group

    Tool to retrieve details for a specific group. Use when you need to fetch group permissions and assigned collections by group ID after authenticating with a valid access token.

    Inputs: groupId

  • Retrieve Member

    Tool to retrieve details for a specific member. Use after obtaining a valid member ID to get full metadata.

    Inputs: memberId

  • Update Member

    Tool to update an organization member’s admin status. Use when toggling admin privileges for an existing member.

    Inputs: id, isAdmin