mirror of
https://github.com/bitwarden/server
synced 2026-01-07 02:53:38 +00:00
Added user type to organization APIs
This commit is contained in:
@@ -5,7 +5,8 @@ SELECT
|
||||
OU.[OrganizationId],
|
||||
O.[Name],
|
||||
OU.[Key],
|
||||
OU.[Status]
|
||||
OU.[Status],
|
||||
OU.[Type]
|
||||
FROM
|
||||
[dbo].[OrganizationUser] OU
|
||||
INNER JOIN
|
||||
|
||||
Reference in New Issue
Block a user