Discussions

Ask a Question
Back to All

Bulk APIs

Hello there,

We're using your API to sync employees between our system and your system and the problem we are facing is that due to the limit of authentication requests we can do per minute the parallelization of the upstream updates is too slow. Currently we are trying to update 40 employees in parallel and then use the new tokens for the next 40.

My question is if you have any intention of providing a bulk API for employee updates where we can send an array of employees to update. If this is a slow process perhaps even considering using sockets or something of the sort to keep the process going (or perhaps web-hooks are an option as well?).

Thank you