I would like to grab a report, similar to the overview given under the page at:
Settings > Team > Users on Plan
I was hoping to do this using the API, possibly via teams/%7Busername%7D/permissions
The endpoint teams/%7Busername%7D/permissions/repositories for our team has ~20k values. I tried some sorting/filtering but it doesn't appear to be supported.
Is there a way I could grab, for example, a list of each user with the following properties:
Thanks.