mirror of
https://github.com/bitwarden/server
synced 2026-01-03 17:14:00 +00:00
get subvaults for organization user
This commit is contained in:
@@ -10,4 +10,13 @@ BEGIN
|
||||
[dbo].[OrganizationUserUserDetailsView]
|
||||
WHERE
|
||||
[Id] = @Id
|
||||
|
||||
SELECT
|
||||
S.*
|
||||
FROM
|
||||
[dbo].[SubvaultView] S
|
||||
INNER JOIN
|
||||
[dbo].[SubvaultUser] SU ON SU.[SubvaultId] = S.[Id]
|
||||
WHERE
|
||||
SU.[OrganizationUserId] = @Id
|
||||
END
|
||||
Reference in New Issue
Block a user