WSO2 Identity Server SCIM API to retrieve list of User

247 Views Asked by At

I need to retrieve list of user details based on user ids. I Know there is a way to do to get user details by using SCIM call with filter, for example https://host:port/wso2/scim/Users?filter=userNameEqmyuser . But, what I need is user details for list of user for given user ids say 100. So each time, invoking above API for 100 times is time consuming activity and it takes around 10 sec. I found there is one more SCIM call which gives you all the users present in the system by using https://host:port/wso2/scim/Users and pick the user ids which I need from the response. However, this API is also time consuming it takes around 30sec to return about 100 user details. So is there any way I can optimise the result ? I mean is there any way I can get user details for given 100 users in very less time.

0

There are 0 best solutions below