user's setExternalAppUserId() not getting updated
Hello @jcleblanc,
Can you please assist on how to set the value for externalappuserid field.
I am using below code to create enterprise user in box..
CreateUserParams user_add_params = new CreateUserParams();
user_add_params.setRole(Role.USER);
user_add_params.setExternalAppUserId("123456789");
user_add_params.setSpaceAmount(-1);
BoxUser.Info createdUser = BoxUser.createEnterpriseUser(boxApi, "test@test.com", "TEST USER", user_add_params);
After user creation, the value is coming up as NULL for getExternalAppUserId()
Thanks
サインインしてコメントを残してください。
コメント
0件のコメント