Merge pull request #4269 from Infisical/org-bulk-user-deletion

improvement(org-memberships): add bulk delete org memberships endpoint and table support
This commit is contained in:
Scott Wilson
2025-07-30 18:49:57 -07:00
committed by GitHub
16 changed files with 873 additions and 315 deletions

View File

@@ -664,6 +664,10 @@ export const ORGANIZATIONS = {
organizationId: "The ID of the organization to delete the membership from.",
membershipId: "The ID of the membership to delete."
},
BULK_DELETE_USER_MEMBERSHIPS: {
organizationId: "The ID of the organization to delete the memberships from.",
membershipIds: "The IDs of the memberships to delete."
},
LIST_IDENTITY_MEMBERSHIPS: {
orgId: "The ID of the organization to get identity memberships from.",
offset: "The offset to start from. If you enter 10, it will start from the 10th identity membership.",