Page tree
Skip to end of metadata
Go to start of metadata

Description

Returns a list of group IDs for all groups in the system that use the specified group attributes.
Group attributes are only available in the group context and consist of a unique name and a value.
Please note that attributes like Group Name or Email cannot be used here.

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:groupFindIdsByAttributes>
            <attributes>
                <name>country</name>
                <value>croatia</value>
            </attributes>
        </ecm:groupFindIdsByAttributes>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels