mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
overwrite existing users on import
This commit is contained in:
@ -10,6 +10,7 @@ namespace Bit.Core.Models.Api
|
||||
{
|
||||
public Group[] Groups { get; set; }
|
||||
public User[] Users { get; set; }
|
||||
public bool OverwriteExisting { get; set; }
|
||||
|
||||
public class Group
|
||||
{
|
||||
|
Reference in New Issue
Block a user