Users Extended By Role endpoint: any way to limit number of results to less than 1000?

Hi,

I am building an integration between Blackbaud and Salesforce and using the Get Users Extended by Role endpoint.

This endpoint seems to be sending 1000 records at once as a JSON which is hard to handle and parse because of its size with Salesforce CPU time limits.

Is there any way to limit further what this endpoint sends back?

Thank you!

Comments

  • Jared Harbour
    Jared Harbour Blackbaud Employee
    Eighth Anniversary Kudos 1 Name Dropper Participant

    Right now it isn't possible to do this, but we will work on it and update this thread once the work is complete.

    Best,

    Jared

  • Can you split it up right after receiving the response data and then handle it in parts?

Categories