DoesUserExist
Verifies whether the user exists in the external directory. BIRT iHub can call this function to clear references to deleted users.
Request schema
<xsd:complexType name="DoesUserExist">
<xsd:sequence>
<xsd:element name="UserName" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Request elements
UserName
The name of the user to verify.
Response schema
<xsd:complexType name="DoesUserExistResponse">
<xsd:sequence>
<xsd:element name="Exists" type="xsd:boolean"/>
</xsd:sequence>
</xsd:complexType>
Response elements
Exists
Indicates whether the user exists. If True, the user exists.