Categories
- All Categories
- 88 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14.1K Oracle Analytics Forums
- 5.3K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 49 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations Gallery
- 2 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Ability to see the total results in the response while fetching Users with SCIM REST API
user1376263
Rank 1 - Community Starter
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