github_users_list
Retrieve a list of GitHub users, with options to paginate results and start from a specific user ID.
Instructions
List users
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | A user ID. Only return users with an ID greater than this ID. | |
| per_page | No | The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." |