Reputation: 519
When I delete a user using the admin console, I have the possibility to transfer users data before deleting. Using the Users.Delete api (in C# winforms application) I don't have this possibility. Is there perhaps a way to perform a data-transfer using api's (before deleting the account) ?
Thanks for the help.
Upvotes: 0
Views: 361
Reputation: 26836
newOwnerUserId
and oldOwnerUserId
Upvotes: 1