linkRole


SoftLayer_User_Permission_Group::linkRole

Links a permission role to the group.

Description

Links a SoftLayer_User_Permission_Role object to the group.

Parameters

Name Type Description
role SoftLayer_User_Permission_Role Permission Role to be linked.

Required Headers

Optional Headers

  • None

Return Values

  • void

Error Handling

  • Throws the exception “Can’t link role and group: Permission Denied.” if a customer user attempts this request without the proper permission.
  • Throws the exception “Invalid role” if the permission role does not exist.
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_User_Permission_Role]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Permission_Group/{SoftLayer_User_Permission_GroupID}/linkRole'