mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 10:32:49 -05:00
sync with user externalids
This commit is contained in:
@ -12,5 +12,6 @@ namespace Bit.Core.Models.Data
|
||||
public Enums.OrganizationUserStatusType Status { get; set; }
|
||||
public Enums.OrganizationUserType Type { get; set; }
|
||||
public bool AccessAll { get; set; }
|
||||
public string ExternalId { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user