Possible to run query as a specific user in API explorer?

Is it possible to run a query as a specific user in the API explorer?

To test queries, right now I am modifying the query and hard coding a user id for “__loggedInUserId”.

I’d like to be able to just pretend to be that user in the api explorer.

Hi Kevin.

No, it is not. The API explorer uses the logged user identity.

You could use a tool like Postman or Insomnia to test you queries using an specific user identity