"SoftLayer_" prefix removed for readability.
This method will link this SoftLayer account with the provided external account.
| Name | Type | Description |
|---|---|---|
| externalAccountId | string | The ID of the external account to link to this SoftLayer account |
| authorizationToken | string | Access token for any authorization that needs to happen |
| externalServiceProviderKey | string | Key name of the service provider |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/linkExternalAccount'