Action – GetIdentityList - erdomke/Innovator.Client GitHub Wiki
<!-- SOAP_ACTION = GetIdentityList -->
<Item/>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<Result>{Comma-delimited list of IDs}</Result>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
<!-- SOAP_ACTION = ApplyItem or ApplyAML -->
<Item type='Method' action='GetCurrentUserIdentities'>
</Item>
<Result>
<Item type="Identity" id="..." />
</Result>