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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user