"SoftLayer_" prefix removed for readability.
Change the link of a user for OpenIdConnect managed accounts, provided the
| Name | Type | Description |
|---|---|---|
| providerType | string | The provider type. Currently only ‘IBMid’ is considered a valid value. |
| newIbmIdUsername | string | The new IBMid the user is trying to switch to. |
| removeSecuritySettings | boolean | Flag to indicate if the security settings for the user should be |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string, boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer_OpenIdConnect/{SoftLayer_User_Customer_OpenIdConnectID}/resetOpenIdConnectLink'