Symantec IGA

 View Only
  • 1.  CA Identity Manager SOAP to search multiple users

    Posted Mar 05, 2020 03:31 PM
    Does anyone know how to search multiple users using SOAP calls to CA IDM?


    I tried to use below tag different places but it didn't work 
    <wsdl:Conj>OR</wsdl:Conj>


    ------------------------------
    Rahul K S[IAM]
    ------------------------------


  • 2.  RE: CA Identity Manager SOAP to search multiple users
    Best Answer

    Broadcom Employee
    Posted Mar 05, 2020 06:00 PM
    Try reviewing the xml files under the following location to see if any might be helpful for what you are trying to do:

    \CA\Identity Manager\IAM Suite\Identity Manager\tools\samples\WebService\Xml


  • 3.  RE: CA Identity Manager SOAP to search multiple users

    Broadcom Employee
    Posted Aug 24, 2021 04:06 AM
    Conj element is case sensitive - as per sample
    C:\CA\Identity Manager\IAM Suite\Identity Manager\tools\samples\WebService\Xml\ViewUserQueryRequest.xml
    You should use Or / And (rather than OR / AND)