mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05: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