Using Java Report Server Security Extension : DoesGroupExist
 
DoesGroupExist
Verifies whether the group exists in the external directory. BIRT iHub can call this function to clear references to deleted groups.
Request schema
<xsd:complexType name="DoesGroupExist">
<xsd:sequence>
<xsd:element name="GroupName" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Request elements
GroupName
The name of the group to verify.
Response schema
<xsd:complexType name="DoesGroupExistResponse">
<xsd:sequence>
<xsd:element name="Exists" type="xsd:boolean"/>
</xsd:sequence>
</xsd:complexType>
Response elements
Exists
Indicates whether the group exists. If True, the group exists.