Bitwarden
Business appsOAuth 2.0credential probe
Administer a Bitwarden organization: collections, groups, members and events.
OCNORA ships 25 typed Bitwarden operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.
Operations 25
- Create GroupCreate a group, optionally assigning it collections straight away.bitwarden.create_group
- Delete CollectionPermanently delete a collection; this cannot be undone.bitwarden.delete_collection
- Delete GroupPermanently delete a group; this cannot be undone.bitwarden.delete_group
- Remove MemberRemove a member from the organization; their personal Bitwarden account remains and this cannot be undone.bitwarden.delete_member
- Get CollectionRetrieve one collection, including the groups it is assigned to.bitwarden.get_collection
- Get GroupRetrieve one group and its collection assignments.bitwarden.get_group
- Get MemberRetrieve one member, with their role and invite status spelled out.bitwarden.get_member
- Get PolicyRetrieve one policy by its Bitwarden policy type.bitwarden.get_policy
- Import Members and GroupsImport members and groups from an external directory by external id, the same call Directory Connector makes.bitwarden.import_members_and_groups
- Invite MemberInvite a user to the organization by email; the member is created with the status invited until they accept and an administrator confirms them.bitwarden.invite_member
- List CollectionsList every collection in the organization; a listed collection may carry no group assignments, so read one with Get Collection when you need them.bitwarden.list_collections
- List EventsRead a page of the organization's event log, filtered by date, acting user or item; with no filter Bitwarden returns the last 30 days.bitwarden.list_events
- List Group MembersList the member ids that belong to one group.bitwarden.list_group_members
- List GroupsList every group in the organization with the collections it can access.bitwarden.list_groups
- List Member GroupsList the group ids one member belongs to.bitwarden.list_member_groups
- List MembersList every organization member with their role, invite status and collection assignments.bitwarden.list_members
- List PoliciesList the organization's policies with their enabled state and data.bitwarden.list_policies
- Re-invite MemberRe-send the organization invitation email to a member who has not accepted it yet.bitwarden.reinvite_member
- Restore Member AccessRestore a revoked member to the status they held before revocation.bitwarden.restore_member
- Revoke Member AccessSuspend a member's access to the organization without removing them, so it can be restored later.bitwarden.revoke_member
- Set Group MembersReplace a group's membership with exactly the member ids given; anyone missing from the list is removed from the group.bitwarden.set_group_members
- Set Member GroupsReplace a member's group memberships with exactly the group ids given; any group missing from the list loses this member.bitwarden.set_member_groups
- Update CollectionReplace a collection's group assignments and external id; properties this node does not send are reset by Bitwarden.bitwarden.update_collection
- Update GroupReplace a group's name, external id and collection assignments; properties this node does not send are reset by Bitwarden.bitwarden.update_group
- Update MemberReplace a member's role, external id, collection assignments and groups; properties this node does not send are reset by Bitwarden.bitwarden.update_member
More in Business apps
Run your first Bitwarden workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.