how to update user profile after createUser.

0 votes
allo

1.  i have created user "aaa" "bbb" and want to change its passwords and emails so i read there is this: userService.CreateOrUpdateProfile(user, new UnityCallBack());

but how to i pass value for user ?  

2. while creating users can all users use the same email-ID ?

daniel
asked May 21, 2014 in App42 Cloud API-BaaS by mrdaniel (10 points)

1 Answer

0 votes
Hi daniel,
1. For change password of user you need to use changeUserPassword method
and for update email you need to use updateEmail method 
 
2. Multiple user can not have same emailid's because it is unique identity.
 
 
Thank You!
answered May 21, 2014 by SACHIN25 (190 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...