Description
This function changes a Web Disk account's password
Warning:
We strongly recommend that you use UAPI instead of cPanel API 2. However, no equivalent UAPI function exists.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Parameters |
Type |
Description |
Possible values |
Example |
login |
string |
Required The login name. |
The full username, which includes the at symbol (@) and the domain name. |
user@example.com |
password |
string |
Required The new password. |
A secure password. |
12345luggage |
enabledigest |
Boolean |
Whether to enable Digest Authentication. Note: We introduced this parameter in cPanel & WHM version 11.34. This parameter defaults to 0. |
|
1 |
Returns
Return |
Type |
Description |
Possible values |
Example |
login |
string |
The login name. |
The full username, which includes the at symbol (@) and the domain name. |
user@example.com |
reason |
string |
A reason for failure. Note: This function only returns areason value if it failed. |
A string that describes the error. |
This is an error message. |
result |
Boolean |
Whether the function succeeded. |
|
1 |