Adobe Connect User Community
Menu

#1 2011-04-12 01:59:07

**_phyoe2004_**

Why password does not change by using API

Dear All,

Please help me!

Why I cannot change the password by using API Webservice. Here is my code.

client.OpenRead(sAdobeURL + "api/xml?action=principal-update&principal-id=" +
                                                                              objUpdateUser.PrincipalID + "&first-name=" +
                                                                              objUpdateUser.NewUserFirstName + "&last-name=" +
                                                                              objUpdateUser.NewUserLastName + "&login=" +
                                                                              objUpdateUser.NewUserCode + "&password=" +
                                                                              objUpdateUser.NewUserPassword + "&email=" +
                                                                              objUpdateUser.NewUserEmail + "&session=" +
                                                                              objDummyLoginUser.Cookie + "&has-children=0" +
                                                                              "&send-email=false")

Is there any setting do I need to set when I start create a for a user?

Last edited by **_phyoe2004_** (2011-04-12 02:01:52)

Offline

#2 2011-04-12 03:10:53

**_phyoe2004_**

Re: Why password does not change by using API

Offline

Board footer