Sandbox Amay Kulkarni
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Sandbox Amay Kulkarni-
Sandbox Amay Kulkarni commented,
yes that worked, it was of dev environment, getting another issue in prod: The API returned an error [BadRequest | xdzfx0gtza62njo7.016ebd0c683f5575d59c26ee0c187b686] bad_request. Thanks, Amay
-
Sandbox Amay Kulkarni commented,
Thanks, i want to get userid to transfer the data using : how can i get it? BoxFolder movedFolder = await client.UsersManager.MoveUserFolderAsync(sourceUserId, destinationUserId);
-
Sandbox Amay Kulkarni commented,
Hi Mitch, will it transfer all folder owner to user b, or only root folder?
-
Sandbox Amay Kulkarni created a post,
Transfer all contents to another user
AnsweredHi, We want to transfer all content to another user in box, then delete the user. i read the API can transfer only root folder. Thanks, Amay
-
Sandbox Amay Kulkarni created a post,
Bad request while adding email in box api
Answeredawait adminClient.UsersManager.AddEmailAliasAsync(userId, newEmail) The API returned an error [BadRequest | 99qmr0gmpw2t4nu2.0d7224ca725713d27001291f4f5df6fb1] bad_request - Bad Request
-
Sandbox Amay Kulkarni created a post,
Get user by email address using .net SDK
can we use function UsersManager.GetUserInformationAsync and supply email address to get user? it works using userid.