/api/usermanagement/v1/organizations/{orgId}/usersRemoves multiple users from an organization in a single operation. This may require approval based on organization policy configuration, such as when policies require approval for user removal operations. Supports authentication via OTP (including WebAuthn challenges).
Approval/rejection applies to all removals atomically. All validation errors are collected and returned in structured format.
orgIdstringRequiredexternalUserIds array[string] required >= 1 itemsforce boolean falseotp string required >= 1 charactersname string ValidationFailederror string Cannot remove 2 user(s) due to validation failuresstatus integer 400failedValidations dictionary<string, array> {"user123":["Cannot remove user user123, resources would be left orphaned: 'Wallet A', 'Wallet B'"],"user456":["A user cannot remove themselves from an organization"]} array[string]