CreateGroup
Creates a user group. CreateGroup is available only to users with the Administrator role.
Request schema
<xsd:complexType name="CreateGroup">
<xsd:sequence>
<xsd:element name="Group" type="typens:Group"/>
<xsd:element name="IgnoreDup" type="xsd:boolean"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Request elements
Group
The properties of the group to create. Only a name is required. BIRT iHub ignores the ID if it is specified.
IgnoreDup
Specifies whether to report an error when creating the group if one with the same name already exists. BIRT iHub always rejects a duplicate request regardless of the IgnoreDup setting. If True, BIRT iHub does not report an error. If False, BIRT iHub reports an error. The default value is False.