SoftLayer User Customer::editObject
From SoftLayer Development Network Wiki
editObject 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 editObject() if you wish to edit a single user account. Users who do not have the User Manage permission can only update their own information.
Return Type
editObject returns the boolean data type.
Headers
Required Headers
editObject requires the following headers:
Parameters
editObject takes the following parameters:
templateObject
A skeleton SoftLayer_User_Customer object with only the properties defined that you wish to change. Unchanged properties are left alone.
- Type: SoftLayer_User_Customer

