[PR #1980] [MERGED] Add Organization bulk actions support #6676

Closed
opened 2026-03-07 21:02:55 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1980
Author: @BlackDex
Created: 9/18/2021
Status: Merged
Merged: 9/19/2021
Merged by: @dani-garcia

Base: mainHead: bulk-org-actions


📝 Commits (1)

  • f36bd72 Add Organization bulk actions support

📊 Changes

1 file changed (+165 additions, -17 deletions)

View changed files

📝 src/api/core/organizations.rs (+165 -17)

📄 Description

For user management within the organization view you are able to select
multiple users to re-invite, confirm or delete them.

These actions were not working which this PR fixes by adding support for
these endpoints. This will make it easier to confirm and delete multiple
users at once instead of having to do this one-by-one.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/1980 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 9/18/2021 **Status:** ✅ Merged **Merged:** 9/19/2021 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `bulk-org-actions` --- ### 📝 Commits (1) - [`f36bd72`](https://github.com/dani-garcia/vaultwarden/commit/f36bd72a7f772fd108b31e5ca1f502238ab1ef00) Add Organization bulk actions support ### 📊 Changes **1 file changed** (+165 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/organizations.rs` (+165 -17) </details> ### 📄 Description For user management within the organization view you are able to select multiple users to re-invite, confirm or delete them. These actions were not working which this PR fixes by adding support for these endpoints. This will make it easier to confirm and delete multiple users at once instead of having to do this one-by-one. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:02:55 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#6676