-
Notifications
You must be signed in to change notification settings - Fork 16
Action – GetIdentityList
Eric Domke edited this page May 6, 2019
·
1 revision
<!-- 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>