1
0
mirror of https://github.com/bitwarden/server synced 2025-12-20 02:03:46 +00:00

overwrite existing users on import

This commit is contained in:
Kyle Spearrin
2019-05-06 21:31:20 -04:00
parent afdf29da78
commit 0c760cf9e1
4 changed files with 24 additions and 3 deletions

View File

@@ -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
{