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:
@ -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,
|
||||
|
Reference in New Issue
Block a user