mirror of
https://github.com/bitwarden/server
synced 2025-12-20 10:13:39 +00:00
logic tweaks for group assignments
This commit is contained in:
@@ -8,8 +8,7 @@ namespace Bit.Core.Models.Api
|
||||
public class ImportOrganizationUsersRequestModel
|
||||
{
|
||||
public Group[] Groups { get; set; }
|
||||
public User[] NewUsers { get; set; }
|
||||
public User[] RemoveUsers { get; set; }
|
||||
public User[] Users { get; set; }
|
||||
|
||||
public class Group
|
||||
{
|
||||
@@ -37,6 +36,7 @@ namespace Bit.Core.Models.Api
|
||||
[Required]
|
||||
[EmailAddress]
|
||||
public string Email { get; set; }
|
||||
public bool Disabled { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user