OCNORA

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 Group
    Create a group, optionally assigning it collections straight away.
    bitwarden.create_group
  • Delete Collection
    Permanently delete a collection; this cannot be undone.
    bitwarden.delete_collection
  • Delete Group
    Permanently delete a group; this cannot be undone.
    bitwarden.delete_group
  • Remove Member
    Remove a member from the organization; their personal Bitwarden account remains and this cannot be undone.
    bitwarden.delete_member
  • Get Collection
    Retrieve one collection, including the groups it is assigned to.
    bitwarden.get_collection
  • Get Group
    Retrieve one group and its collection assignments.
    bitwarden.get_group
  • Get Member
    Retrieve one member, with their role and invite status spelled out.
    bitwarden.get_member
  • Get Policy
    Retrieve one policy by its Bitwarden policy type.
    bitwarden.get_policy
  • Import Members and Groups
    Import members and groups from an external directory by external id, the same call Directory Connector makes.
    bitwarden.import_members_and_groups
  • Invite Member
    Invite 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 Collections
    List 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 Events
    Read 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 Members
    List the member ids that belong to one group.
    bitwarden.list_group_members
  • List Groups
    List every group in the organization with the collections it can access.
    bitwarden.list_groups
  • List Member Groups
    List the group ids one member belongs to.
    bitwarden.list_member_groups
  • List Members
    List every organization member with their role, invite status and collection assignments.
    bitwarden.list_members
  • List Policies
    List the organization's policies with their enabled state and data.
    bitwarden.list_policies
  • Re-invite Member
    Re-send the organization invitation email to a member who has not accepted it yet.
    bitwarden.reinvite_member
  • Restore Member Access
    Restore a revoked member to the status they held before revocation.
    bitwarden.restore_member
  • Revoke Member Access
    Suspend a member's access to the organization without removing them, so it can be restored later.
    bitwarden.revoke_member
  • Set Group Members
    Replace 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 Groups
    Replace 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 Collection
    Replace a collection's group assignments and external id; properties this node does not send are reset by Bitwarden.
    bitwarden.update_collection
  • Update Group
    Replace a group's name, external id and collection assignments; properties this node does not send are reset by Bitwarden.
    bitwarden.update_group
  • Update Member
    Replace a member's role, external id, collection assignments and groups; properties this node does not send are reset by Bitwarden.
    bitwarden.update_member

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.