bulk generation refactoring
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
public class BulkGenerateUserModel
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string UserEmailAddress { get; set; }
|
||||
public string DisplayName { get; set; }
|
||||
public string Scope { get; set; }
|
||||
public bool IsError { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user