UpdateUser
Updates user properties. To update users, specify the types of updates to make using UpdateUserOperationGroup, then specify which users to update.
To update a single user, specify Name or Id. To update a list of users, specify NameList or IdList. To update users matching the specified conditions, specify Search.
Elements
UpdateUserOperationGroup
The tasks to perform.
Search
UserSearch. The search conditions. If search conditions apply to multiple fields, use ConditionArray.
IdList
ArrayOfString. The list of user IDs to update. Specify either IdList or NameList.
NameList
ArrayOfString. The list of user names to update. Specify either NameList or IdList.
Id
String. The ID of a single user to update. Specify either Id or Name.
Name
String. The name of a single user to update. Specify either Name or Id.
IgnoreMissing
Boolean. Specifies what to do if the specified user 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 for a duplicate request. BIRT iHub always rejects a duplicate request regardless of the IgnoreDup setting. If True, BIRT iHub does not report an error. In a name list or ID list, True prevents BIRT iHub from performing duplicate operations. If False, BIRT iHub reports an error. The default value is False.
SkipPermissionError
Boolean. Specifies whether to continue the request if BIRT iHub produces a permission error. BIRT iHub produces this error if the user you are subscribing to a channel does not have read and write privileges to the channel. If True, the BIRT iHub ignores the error.