|
@@ -133,6 +133,7 @@ public class UserCloudServiceProvider extends ControllerSupport implements UserC
|
|
|
resp.setExisting(true);
|
|
|
|
|
|
UserBean userBean = new UserBean();
|
|
|
+ userBean.setUserId(userEntity.getId());
|
|
|
userBean.setDisplayName(userEntity.getLoginName() + " (" + userEntity.getName() + ")");
|
|
|
userBean.setOrgId(userEntity.getOrgId());
|
|
|
userBean.setRootOrgId(userEntity.getRootOrgId());
|