GET UpdatePassword?newpassword={newpassword}
Required when PasswordExpires is out of date in Ticket response
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
newpassword | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultName | Description | Type | Additional information |
---|---|---|---|
ReturnValue |
0 = Ok |
integer |
None. |
Exception | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ReturnValue": 1, "Exception": "sample string 1" }
application/xml, text/xml
Sample:
<Result xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ReturnValue>1</ReturnValue> <Exception>sample string 1</Exception> </Result>