TDV Adapter for Zendesk

Build 24.0.9060

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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060