"SoftLayer_" prefix removed for readability.
Sets the default account for the OpenIdConnect identity that is linked to the current SoftLayer user identity.
Name | Type | Description |
---|---|---|
providerType | string | A value representing the OpenID Connect provider type. Currently “IBMid” is the only supported provider. |
accountId | int | The Softlayer account to set as default. |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer_OpenIdConnect/{SoftLayer_User_Customer_OpenIdConnectID}/setDefaultAccount'