sendPasswordReminderEmail


SoftLayer_Network_Storage_Iscsi::sendPasswordReminderEmail

Email the password for the Storage account to the master user.

Description

The method will retrieve the password for the StorageLayer or Virtual Server Storage Account and email the password. The Storage Account passwords will be emailed to the master user. For Virtual Server Storage, the password will be sent to the email address used as the username.

Parameters

Name Type Description
username string Username of the Storage/Virtual Server Storage account to send the password reminder for

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Storage_Iscsi/sendPasswordReminderEmail'