1
0
mirror of https://github.com/bitwarden/server synced 2025-12-19 01:33:20 +00:00

Resolved an issue where the API required users to be organization owners when accessing the members page (#4534)

This commit is contained in:
Conner Turnbull
2024-07-19 10:24:48 -04:00
committed by GitHub
parent 81477303e3
commit 9b9f202f79
4 changed files with 10 additions and 4 deletions

View File

@@ -48,6 +48,7 @@ public interface ICurrentContext
Task<bool> ManagePolicies(Guid orgId);
Task<bool> ManageSso(Guid orgId);
Task<bool> ManageUsers(Guid orgId);
Task<bool> AccessMembersTab(Guid orgId);
Task<bool> ManageScim(Guid orgId);
Task<bool> ManageResetPassword(Guid orgId);
Task<bool> ViewSubscription(Guid orgId);