SoftLayer User Customer::editObjects
From SoftLayer Development Network Wiki
editObjects is a member of the SoftLayer_User_Customer service.
Contents |
Overview
Account master users and sub-users who have the User Manage permission in the SoftLayer customer portal can update other user's information. Use editObjects() if you wish to edit multiple users at once. Users who do not have the User Manage permission can only update their own information.
Return Type
editObjects returns the boolean data type.
Headers
Required Headers
editObjects requires the following headers:
Parameters
editObjects takes the following parameters:
templateObjects
An array of skeleton SoftLayer_User_Customer objects with only the properties defined that you wish to change. Unchanged properties are left alone.
Error Handling
editObjects throws the following exceptions:
- SoftLayer_Exception_Public
- Throws the exception 'You are only authorized {number} PPTP VPN user(s). You attempted to exceed this limit.'

