We had about 30 students trying to register on our WordPress website, which has the Docebo plugin installed to synchronise users to Docebo. We crashed our site by hitting the API rate limit. I realise a registration event probably uses more than 1 API call, but can it really use 30+ API calls to register a single user?
There’s, what… a call to check credentials, a call to check if the user exists, a call to add the user, a call to put them into a particular branch… What am I missing here?