Description
This function manages a Web Disk account's home directory.
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
Parameter |
Type |
Description |
Possible values |
Example |
login |
string |
Required The account's full username. |
The full username, which includes the at symbol (@) and the domain name. |
user@example.com |
homedir |
string |
Required The account's home directory, |
A valid directory path, relative to the cPanel account's home directory. |
public_html/webdav |
private |
Boolean |
Whether to set the home directory as public or private. This parameter defaults to 0. |
|
0 |
Returns
Return |
Type |
Description |
Possible values |
Example |
reason |
string |
The account's new permissions. |
|
Permissions set to: read-only. |
reldir |
string |
The account's home directory. |
A valid directory path, relative to the cPanel account's home directory. |
public_html/webdav |
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 |