I am using the User Management API (/v2/usermanagement/users/{orgId}/{page}) and noticed on the documentation, that the throttling limits are as follows:
- Maximum calls per client: 25 requests per a minute
- Maximum calls for the application: 100 requests per a minute
I noticed that I am only able to make about 1 API call every 25 minutes. Granted, my organization only has about 1500 users, and I do get a '200' success code with user data when I make the API call, but if I want to make another API call after, I get, 'The remote server returned an error: (429) Too many requests.'
Could there be an issue with my account that is tied to the org? There are no other API calls that I am getting as all 1500 users are returned on the same 'page' as 'LastPage = true' from the API call.
Any idea what is going on?