Hi All,
I am trying to get the list of all Users from the Upfront data store. Could anyone please help me out with the appropriate Upfront XML Command to acheive this???
Thanks in Advance!!!
I have been trying the following, but I end up with the result for just one user.
http://SERVERNAME/cognos/cgi-bin/upfisapi.dll?xmlcmd=<DescribeUser><Module Name = "Base"/><Name><select>*</select></Name></DescribeUser>
http://SERVERNAME/cognos/cgi-bin/upfisapi.dll?xmlcmd=<DescribeUser><Filter><Select>UP.Name</Select></Filter></DescribeUser>
http://SERVERNAME/cognos/cgi-bin/upfisapi.dll?xmlcmd=<DescribeUser><Filter><Select>UP.Name = '*'</Select></Filter></DescribeUser>
http://SERVERNAME/cognos/cgi-bin/upfisapi.dll?xmlcmd=<DescribeUser><Name>*</Name></DescribeUser>