mirror of
https://github.com/bitwarden/server.git
synced 2025-07-12 21:27:35 -05:00
[PM-10323] Remove user verification from organization user deletion methods (#4965)
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Bit.Api.Auth.Models.Request.Accounts;
|
||||
|
||||
namespace Bit.Api.AdminConsole.Models.Request.Organizations;
|
||||
|
||||
public class SecureOrganizationUserBulkRequestModel : SecretVerificationRequestModel
|
||||
{
|
||||
[Required]
|
||||
public IEnumerable<Guid> Ids { get; set; }
|
||||
}
|
Reference in New Issue
Block a user