removeAllVirtualAccessForThisUser


SoftLayer_User_Customer::removeAllVirtualAccessForThisUser

Remove all cloud computing instances from a portal user’s instance access list.

Description

Remove all cloud computing instances from a portal user’s instance access list. A user’s instance access list controls which of an account’s computing instance objects a user has access to in the SoftLayer customer portal and API. If the current user does not have administrative privileges over this user, an inadequate permissions exception will get thrown.

Users can call this function on child users, but not to themselves. An account’s master has access to all users permissions on their account.


Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Error Handling

  • Throws the exception if the active user is not the master user or the parent of this user.

Associated Methods

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