mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
org sync fixes
This commit is contained in:
@@ -29,5 +29,7 @@ namespace Bit.Core.Services
|
||||
Task SaveUserAsync(OrganizationUser user, Guid savingUserId, IEnumerable<SelectionReadOnly> collections);
|
||||
Task DeleteUserAsync(Guid organizationId, Guid organizationUserId, Guid deletingUserId);
|
||||
Task DeleteUserAsync(Guid organizationId, Guid userId);
|
||||
Task ImportAsync(Guid organizationId, Guid importingUserId, IEnumerable<Group> groups,
|
||||
IEnumerable<KeyValuePair<string, IEnumerable<string>>> users);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user