Assign a different parent to this user.
This method can be used in place of SoftLayer_User_Customer::editObject to change the parent user of this user.
The new parent must be a user on the same account, and must not be a child of this user. A user is not allowed to change their own parent.
If the cascadeFlag is set to false, then an exception will be thrown if the new parent does not have all of the permissions that this user possesses. If the cascadeFlag is set to true, then permissions will be removed from this user and the descendants of this user as necessary so that no children of the parent will have permissions that the parent does not possess. However, setting the cascadeFlag to true will not remove the access all device permissions from this user. The customer portal will need to be used to remove these permissions.
Name | Type | Description |
---|---|---|
parentId | int | The id of a SoftLayer_User_Customer to be assigned as the parent to the instantiated user |
cascadePermissionsFlag | boolean | Flag specifying whether remove permissions from the user that are not assigned to the new parent |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int, boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer_OpenIdConnect/{SoftLayer_User_Customer_OpenIdConnectID}/assignNewParentId'