Results 1 to 3 of 3
-
02-13-2008, 10:27 AM #1richardt Guest
Change Passwords through the Webservice
Hi,
Is it possible to change a users password through the webservice? I can't seem to see an obvious way...
Thanks in advance
Richard
-
02-26-2008, 12:28 PM #2jrjespersen Guest
Richard,
The way I've found to do it (with suggestions from support) is:
- Call GetUserIdentities() and verify the user ID exists.
- Call GetUserProfile() to get the user's profile. The password exists as a property of the profile.
- Call UpdateUserProfile() with the new profile proerties.
I haven't tested this from end-to-end due to working with encrypted passwords, but the data and methods are there.
Thanks,
Jonathan
-
02-27-2008, 04:13 AM #3richardt Guest
Thanks Jonathan, I'll give that a try


LinkBack URL
About LinkBacks
Reply With Quote