Skip to main content
Known Participant
October 7, 2013
Answered

Change password using API web services?

  • October 7, 2013
  • 1 reply
  • 1909 views

I can create and update users using the Adobe Connect API web services but how do I change the password of a user?

I use the API call "principal-update" which has a password parameter but according to the documentation, it is only used for new users...not existing users.

So how exactly do I change users password using the web services?

This topic has been closed for replies.
Correct answer Nikhil Sharma

Hi,

There is an API which one can use in order to change the password : user-update-pwd

Api format

 

http://server_name/api/xml?action=user-update-pwd&user-id=integer&password-old=string&password=string&password-verify=string&session=BreezeSeesionCookieValue"


Hope this helps!!

Thanks

Nikhil

1 reply

Nikhil Sharma
Adobe Employee
Nikhil SharmaCorrect answer
Adobe Employee
October 8, 2013

Hi,

There is an API which one can use in order to change the password : user-update-pwd

Api format

 

http://server_name/api/xml?action=user-update-pwd&user-id=integer&password-old=string&password=string&password-verify=string&session=BreezeSeesionCookieValue"


Hope this helps!!

Thanks

Nikhil