turnOnMasterUserPermissionCheckMode


SoftLayer_User_Customer::turnOnMasterUserPermissionCheckMode

Activates the behavior that IMS permission checks for this user will be done as though

Description

This method allows the master user of an account to designate this user as an alternate master user. Effectively this means that this user should have “all the same IMS permissions as a master user”.

Note that this method, by itself, WILL NOT affect the IAM Policies granted to 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 designates an “alternate/auxiliary master user / account owner”.


Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • void
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer/{SoftLayer_User_CustomerID}/turnOnMasterUserPermissionCheckMode'