1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

public API for organization import (#707)

This commit is contained in:
Kyle Spearrin
2020-04-23 11:29:19 -04:00
committed by GitHub
parent c177714799
commit fae4a335dc
4 changed files with 165 additions and 2 deletions

View File

@ -1214,7 +1214,7 @@ namespace Bit.Core.Services
}
public async Task ImportAsync(Guid organizationId,
Guid importingUserId,
Guid? importingUserId,
IEnumerable<ImportedGroup> groups,
IEnumerable<ImportedOrganizationUser> newUsers,
IEnumerable<string> removeUserExternalIds,