Additional Parameters in SCIM Connector

Hey Sailors,

Quick question, I am working on a SCIM connector. I asked application team to develop SCIM APIs, in get all users API, they made Page and PageSize as mandatory params, we can pass them in Web services connector, but how can we pass them in SCIM connector. Is there a way to do a little customization.

Due to this, I have to go with Webservices connector.

Thanks
Krish

In my opinion, making Page and PageSize mandatory makes the API Non SCIM compliant. A quick read from

makes me think ISC SCIM connector takes care of pagination using the following setting (under Aggregation settings)

2 Likes