Action – GetIdentityList - erdomke/Innovator.Client GitHub Wiki

AML Query

<!-- SOAP_ACTION = GetIdentityList -->
<Item/>

Example (Result):

<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>

AML Query (Alternate)

<!-- SOAP_ACTION = ApplyItem or ApplyAML -->
<Item type='Method' action='GetCurrentUserIdentities'>
</Item>

Example (Result):

<Result>
  <Item type="Identity" id="..." />
</Result>
⚠️ **GitHub.com Fallback** ⚠️