Skip to main content
I want to retrieve all the users on Salesforce through SCIM API, at present when we try to fetch more user than 2200

( URL = .....&startIndex=2201&count=200 ) the target throws the exception as below

                     {

                       "Errors": [

                                         {

                                           "description": "Start index too big. Consider filtering down your result set, e.g. id gt \"(the last id in the result set)\"",

                                           "code": 400

                                         }

                                       ]

                    }

                   I need to enquire if there is any way to fetch more number of users without using filters in SCIM.
3 answers
  1. Feb 19, 2019, 2:36 PM
    Hi,

    did you overcome this problem - or is it indeed an inherent limitation of the API?
0/9000