[BUG]: Can't call the list users endpoint using an App instance #2603
Labels
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Bug
Something isn't working as documented
Uh oh!
There was an error while loading. Please reload this page.
What happened?
I'm trying to call the list users endpoint while authenticated as an app.
I expect this to return a list of users, but it gives an error.
Here's a minimal reproducing example:
Versions
Relevant log output
I get the following error:
Error: [@octokit/auth-app] installationId option is required for installation authentication.
This sounds like I'm supposed to authenticate as an installation, but I don't want to do that.
I want to query all github users, which should be a public endpoint.
Code of Conduct
The text was updated successfully, but these errors were encountered: