Description
Update the name and description of a user group.
The user must be authorised to administer the user group.
Input
<UpdateUserGroup>User group must be passed as an identifier or a reference.
<userLogonReference>userid</userLogonReference>
<password>password</password>
<userGroupIdentifier/> <userGroupReference/>
<userGroupName/>
<userGroupDescription/>
</UpdateUserGroup>
Name is mandatory. If it is omitted, a user error is returned.
Output
<UpdateUserGroup>
<errorNumber>0</errorNumber>
</UpdateUserGroup>
Errors
101 - Not authorised
102 - Not found
103 - Parameter error
105 - User error