Description
This function retrieves the account's primary and secondary email addresses.
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 |
username |
string |
The Subaccount in which to load the contact information. Note:
|
A valid Subaccount the that authenticated cPanel account user owns. |
example1@example.com |
Returns
Return |
Type |
Description |
Possible values |
Example |
enabled |
Boolean |
Whether the notification setting is enabled. |
|
1 |
value |
string |
The notification setting's value. |
A valid email address. |
user@example.com |
type |
string |
The notification setting's data type. |
|
string |
descp |
string |
The notification setting's description. |
A valid string. |
|
name |
string |
The notification setting's name. |
|
|
reason |
string |
A reason for failure. Note: This function only returns a reasonvalue if it failed. |
A string that describes the error. |
This is an error message. |
result |
Boolean |
Whether the function succeeded. |
|
1 |