mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
organization search page
This commit is contained in:
@@ -10,6 +10,7 @@ namespace Bit.Core.Repositories
|
||||
{
|
||||
Task<ICollection<Organization>> GetManyByEnabledAsync();
|
||||
Task<ICollection<Organization>> GetManyByUserIdAsync(Guid userId);
|
||||
Task<ICollection<Organization>> SearchAsync(string name, string userEmail, bool? paid, int skip, int take);
|
||||
Task UpdateStorageAsync(Guid id);
|
||||
Task<ICollection<OrganizationAbility>> GetManyAbilitiesAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user