Support Request: Slow Response Time from API with Active User Filter
Hi Team,
We have created a custom page using VBS, where we populate the UserName field with the display name using the REST API:fusion_url/hcmRestApi/scim/Users
.
However, this API returns both active and inactive users. To filter only active users, we are using the following filter condition:fusion_url/hcmRestApi/scim/Users?filter=active eq "true"
.
The issue we are facing is that this API call takes a long time to return the results. We tested it in Postman as well, and it takes approximately 1 minute and 45 seconds to return the data.
We kindly request your support and suggestions to help us resolve this issue.
0