Sync_sso post suddenly resulting in 404 not found after succesfully adding a portion of the users

Hey all,

Using SSO, we wanted to add some users to the forum and found this method.

Succesfully made a few accounts through this to test before doing the big loop.

When the big loop came around, it made exactly 37 accounts before the post requests stumbled on a 404 not found;

/admin/users/sync_sso` resulted in a `404 Not Found` response: The requested URL or resource could not be found.

Figured that there was a maxim amount of request per minute or something, and found info on that. Now I put timer in the loop to not try all requests at once, but it doesn’t let me post request there at all anymore.

Can’t find any setting or blacklist or whatever to let me get back at creating users through this again.

Is there anything I can do?

1 Like

Did you find the problem?