Ability to see the total results in the response while fetching Users with SCIM REST API
Organization Name
Nextiva
Description
We would like to request "totalResults" to be added to the response of SCIM REST API listed below while fetching the complete list of Users.
REST API: /hcmRestApi/scim/Users
We raised an SR 3-25195516611 and the support team confirmed this needs to be logged as a Enhancement Request.
Use Case and Business Need
We are in the process of setting up Okta to Provision/Deprovision Users, without "totalResults" it is not possible to do the Pagination properly. When you have many users, you may get timeout while trying to retrieve all users in one shot and will need to use Pagination mechanism to get the Users by pages.
Original Idea Number: 27d2e1082d
Tagged:
3
Comments
-
Will be helpful idea.
0 -
Using /Users?count=500&startIndex=1 will give you the totalResults value
0