UserService GetAllUsers SetQuery Problem

0 votes
Hi All I can use SetQuery with GetUser API of UserService. However, when I use it with GetAllUsers API, App42 does not return me json document. It is nonsense, isnt it? I want get multiple users with their json documents... Thanks
asked May 25, 2017 in Unity by gokhan (20 points)

1 Answer

0 votes
Hi Gokhan,

 

Fetching additional data of all users from Storage service API is not available. You have to call either getUser API in which you can setQuery or you can make two separate calls  in which the first call will get all users from User Service and the second call will be based on a query which will have user list in query builder with inlist operator.

 

Please check and let me know if you find any issue. We will be happy to help you!

 

 

Regards,

Himanshu Sharma
answered May 26, 2017 by hs00105 (2,005 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...