mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +00:00
collection user refactor
This commit is contained in:
@@ -21,5 +21,7 @@ namespace Bit.Core.Repositories
|
||||
Task<ICollection<OrganizationUserOrganizationDetails>> GetManyDetailsByUserAsync(Guid userId,
|
||||
OrganizationUserStatusType? status = null);
|
||||
Task UpdateGroupsAsync(Guid orgUserId, IEnumerable<Guid> groupIds);
|
||||
Task CreateAsync(OrganizationUser obj, IEnumerable<SelectionReadOnly> collections);
|
||||
Task ReplaceAsync(OrganizationUser obj, IEnumerable<SelectionReadOnly> collections);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user