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
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:
We’re happy to review a PR implementing this.