Firstly, this needs to be executed as a "Lookup" operation, so we specify a SOAP action of:
urn:oasis:names:tc:SPML:2:0/lookup
The request itself has the following format:
<?xml version="1.0"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<lookupRequest xmlns="urn:oasis:names:tc:SPML:2:0" returnData="everything">
<psoID ID="<GUID=74C24FD5-930D-4210-97BD-6140D8DBCE86>"/>
</lookupRequest>
</soap:Body>
</soap:Envelope>
NOTE: < is the < character, and > is the > character.
So, essentially, the GUID needs to be in the format of:
<GUID=74C24FD5-930D-4210-97BD-6140D8DBCE86>
This is the direct, untranslated GUID value, including hyphens, which is seen in ActiveRoles Server or Active Directory Users and Computers.
© 2024 One Identity LLC. ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center