changePassword


SoftLayer_Network_Storage::changePassword

Change the password for a Storage/Virtual Server Storage account

Description

The method will change the password for the given Storage/Virtual Server Storage account.

Parameters

Name Type Description
username string Username of the Storage/Virtual Server Storage account to apply the password change to
currentPassword string The current password for the account
newPassword string New Password for Storage/Virtual Server account

Required Headers

Optional Headers

  • None

Return Values

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