post https://api-sandbox.cv.gpsrv.com/intserv/4.0/updateGroup
Use the Update Group endpoint to update an existing group, either a root group or a non-root group. Pass only the parameter(s) to update. All of the name parameters support the Latin-9 (ISO-8859-15) character set. You cannot change the parent ID of a group. See Creating a Corporate Hierarchy for instructions on using this endpoint.
Status codes
See Global Response Statuses for status codes that are common across endpoints.
The table below lists status codes that apply to this specific endpoint.
Status code | Description |
---|---|
615-01 | Invalid group ID. The groupId does not exist in the core. Verify that groupId is correct by calling Get Group Hierarchy for the root group. |
615-02 | Maximum level for a root group cannot be decreased. Set maxLevel to a value higher than the current level. |
615-03 | Cannot update maxLevel for a non-root group. Verify that groupId is a root group or leave maxLevel blank. |