ChangePassword
Change the password of your account.
Stored Procedure Specific Information
Zendesk allows only a small subset of columns to be used in the EXEC query. These columns can typically only be used with the = 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. |