isValidPortalPassword


SoftLayer_User_Customer::isValidPortalPassword

Determine if a string is a user’s portal password.

Description

Determine if a string is the given user’s login password to the SoftLayer customer portal.

Parameters

Name Type Description
password string The password you wish to verify

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_User_Customer/{SoftLayer_User_CustomerID}/isValidPortalPassword'