validateAuthenticationToken


SoftLayer_User_Customer::validateAuthenticationToken

Validate the user authentication token

Description

This method validate the given authentication token using the user id by comparing it with the actual user authentication token and return SoftLayer_Container_User_Customer_Portal_Token object

Parameters

Name Type Description
authenticationToken SoftLayer_Container_User_Authentication_Token The authentication token of the

Required Headers

Optional Headers

  • None

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Container_User_Authentication_Token]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer/validateAuthenticationToken'