Changes community user password (for Community Portal with authentication mode of 4)
This web service calls underlying SQL stored procedure – SynergyOneFinance.dbo. spxuCommPortalPassword
InputObject (XML)
Element |
SQL Data Type |
Mandatory |
Description |
VendorTokenGUID |
GUID |
Yes |
Specific GUID that Synergetic will give the third party app to validate them upon every web service request. |
VendorPassword |
Varchar(100) |
Yes |
Password provided to the vendor by CDA. |
ID |
Integer |
Yes |
Synergetic ID of member for password change. |
CurrentPassword |
Varchar(50) |
Yes |
Current password of currently authenticated community member. |
NewPassword |
Varchar (50) |
Yes |
Proposed new password. |
ConfigFileName |
Varchar(100) |
No |
Optional - if missing or blank then the authentication details into DB are found in WebServiceSynergetic.XML in the website folder. |
Sample Input
3FC2ABA9-8F37-4CC9-934C-6ABCCA9F44B7
s3cr3t
12345
s3cr3t
n3ws3cr3t
OutputObject (XML)
Element |
SQL Data Type |
Description |
Message |
Varchar(max) |
Will only error message if there is a problem changing the password. If successful, this will have the value of 'Password changed successfully' |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article