ChangePassword
To change the password of your own account.
Stored Procedure Specific Information
Zendesk allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison. Allowed for Agents and End Users.
For example:
EXECUTE ChangePassword UserId ='10478872117020', OldPassword = 'abcd@123', NewPassword = 'wxyz@321'
Input
| Name | Type | Required | Description |
| UserId | Long | True | The id of the user. |
| OldPassword | String | True | Old password. |
| NewPassword | String | True | New password. |
Result Set Columns
| Name | Type | Description |
| Success | String | True if the password is changed successfully. |