UndeleteUser
Undeletes users, reversing a DeleteUser operation within the unit of work of an AdminOperation. To undelete a single user, specify Id. To delete several users, specify IdList.
Elements
IdList
ArrayOfString. The list of user IDs to undelete.
Id
String. The ID of the single user to undelete.
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.