"SoftLayer_" prefix removed for readability.
De-activates the behavior that IMS permission checks for this user will be done as though this was the master user.
This method allows the master user of an account to undo the designation of this user as an alternate master user. This can not be applied to the true master user of the account.
Note that this method, by itself, WILL NOT affect the IAM Policies granted this user. This API is not intended for general customer use. It is intended to be called by IAM, in concert with other actions taken by IAM when the master user / account owner turns off an “alternate/auxiliary master user / account owner”.
None
None
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer_OpenIdConnect_TrustedProfile/{SoftLayer_User_Customer_OpenIdConnect_TrustedProfileID}/turnOffMasterUserPermissionCheckMode'