Hello all,
Looking for a bit of help please as this is the final bit of my puzzle.
I would like get the details from CUCM page about groups from members search criteria using AXLtoolkit in SOAPUI with API 11.5.
this bit of code loads all members in a given group where the group is called "testgroup"
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/11.5">
<soapenv:Header/>
<soapenv:Body>
<ns:getLineGroup>
<name>testgroup<name/>
<returnedTags>
<members>
<member>
<directoryNumber>
<pattern/>
</directoryNumber>
</member>
</members>
<name/>
</returnedTags>
</ns:getLineGroup>
</soapenv:Body>
</soapenv:Envelope>
What I am wanting to now do is the opposite of this.
I am wanting to load all groups that a given member say member 70001 is in, I know that this member is in two groups but I now want to load those groups from the member search.
Can you help with what call I need to do this with please?
thank you for any and all help given as always.