UpdateUserGroup
Updates a user group. Available only to users with the Administrator role.
Elements
UpdateUserOperationGroup
The UpdateUserGroupOperation element to use during the UpdateUserGroup operation.
Search
UserGroupSearch. The search condition that specifies which user groups to delete.
IdList
ArrayOfString. The list of user group IDs to delete. Specify either IdList or NameList.
NameList
ArrayOfString. The list of user group names to delete. Specify either NameList or IdList..
Id
String. The ID of the single user group to delete. Specify either Id or Name.
Name
String. The name of the single user group to delete. Specify either Name or Id.
IgnoreMissing
Boolean. Specifies what to do if the specified user group does not exist. If True, BIRT iHub ignores the request. If False, the operation reports an error and stops. The default value is True.
IgnoreDup
Boolean. Specifies whether to report an error when creating the user group if one with the same name already exists. BIRT iHub always rejects a duplicate request regardless of the IgnoreDup setting. If True, BIRT iHub does not report an error. If False, BIRT iHub reports an error. The default value is False.