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.
Request schema
<xsd:complexType name="UndeleteUser">
<xsd:sequence>
<xsd:choice>
<xsd:element name="IdList" type="typens:ArrayOfString"/>
<xsd:element name="Name" type="xsd:string"/>
</xsd:choice>
<xsd:element name="IgnoreMissing" type="xsd:boolean"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Request elements
IdList
The list of user IDs to undelete.
Id
The ID of the single user to undelete.
IgnoreMissing
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.