Quick question about WEM API rate limits during load test

  • quick question about workforce engagement management api limits.
  • running jmeter 5.6 against the scheduling api endpoints in us1.
  • trying to simulate a high volume of agent schedule updates during peak load.
  • the goal is to push 100 concurrent requests to /api/v2/wfm/schedules.
  • the test fails immediately with 429 too many requests.
  • this happens after only 5 successful requests.
  • the error response says “rate limit exceeded”.
  • i have checked the standard api rate limits documentation but it is not clear if wem apis have stricter limits.
  • the environment is a standard production org.
  • i am using oauth client credentials for authentication.
  • the jmeter thread group is configured with a ramp-up period of 10 seconds.
  • is there a specific limit for wem endpoints that i am missing?
  • or is there a way to increase the limit for testing purposes?
  • any help with the correct limit values would be appreciated.
  • currently stuck on this blocking issue for the performance report.