mirror of
https://github.com/bitwarden/server.git
synced 2025-07-13 05:38:25 -05:00
return twofactor enabled property on org users api
This commit is contained in:
@ -6,6 +6,8 @@ SELECT
|
||||
OU.[OrganizationId],
|
||||
U.[Name],
|
||||
ISNULL(U.[Email], OU.[Email]) Email,
|
||||
U.[TwoFactorProviders],
|
||||
U.[Premium],
|
||||
OU.[Status],
|
||||
OU.[Type],
|
||||
OU.[AccessAll],
|
||||
|
Reference in New Issue
Block a user