Skip to content

Action – GetIdentityList

Eric Domke edited this page May 6, 2019 · 1 revision

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>
Clone this wiki locally