Hi All,
Is it posible to modify GET request URL for SCIM connector.
I have connected application using SCIM connector and it always returns 1 record less.
After my analysis I found that One identity makes call using URL ******************/Users?startIndex=1
When I checked GET request using .NET code and URL as ******************/Users without startIndex=1 I get all records.
So my question is is it posible to remove ?startIndex=1 from URL for specific application. or do I need to ask application to fix this?
Thank you in advance.
Kind Regards,
Dnyandev