In our organisation , we use the users API to import users and deal with group automatically

but the “50 per 1 hour” and “200 per day” limitations are a problem for us

it will be great if the 2 parameters could be environment variables

This would be fairly easy to implement. Some rate limits are already controlled by environment variables. You can use those as a guide:

Context

We’re happy to review a PR implementing this.