"SoftLayer_" prefix removed for readability.
Get account for an active user logging into the SoftLayer customer portal
Name | Type | Description |
---|---|---|
providerType | string | A value representing the OpenID Connect provider type. Currently “IBMid” is the only supported provider. |
accessToken | string | The OpenID Connect access token which provides temporary access to a resource by the |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer_OpenIdConnect/getLoginAccountInfoOpenIdConnect'