|
sendUserPasswordByHostname |
|
Description
Sends account information for the owner of "hostname" to the email address on record for the account.
Syntax
reseller.sendUserPasswordByHostname(version, username, password, hostname)
Request Fields
| • | version - Specifies the version number of the API. Set this to "1.3". This value is currently ignored, but will be useful for API changes in future versions. |
| • | username - Your reseller account username. |
| • | password - Your reseller account password. |
| • | hostname - The hostname (primary or secondary) of a blog owned by the user whose password you want to send. |
Response Fields
Returns TRUE on success.