UpdateUserGroup
Use this service to update a user group.
Required parameters
Parameter Key | Value Type | Parameter Description |
---|---|---|
groupName | Alphanumeric string |
A unique name for the user group. The maximum length for strings is 10. Invalid characters are: ?!@#$%^&*()+=[]{}|\\/><\"'. BLANK |
Optional parameter
Parameter Key | Value Type | Parameter Description |
---|---|---|
groupDescription | Alphanumeric string |
A short description of the user group. The default value is BLANK and the maximum length for strings is 35. In case of UPDATEUSERGROUP action, the description of the target group name will not change if the groupDescription parameter is missing. |
XML request format
This is the format of the request XML payload for POST method calls. Note
that this must always be wrapped by <ACTION>
nodes.
<USERGROUP groupName="XXX" groupDescription="XXX" />