Need some help troubleshooting the rate limiting behavior on the Workforce Management APIs.
Running a JMeter script with 50 concurrent threads hitting POST /api/v2/wfm/users/bulkupdate. The test environment is in the US East region. After about 200 requests per second, the API starts returning HTTP 429 Too Many Requests. The error message says “Rate limit exceeded for resource: wfm_users”. I have checked the documentation but it is not clear what the exact limit is for this endpoint. Is there a way to increase the limit or should I add more delays in the JMeter script? My current delay is 100ms between requests.