As an admin on English Wikipedia I can get larger query result sets than most users (500 instead of 50; 5000 instead of 500 in some circumstances).
However, when I write a script in PAWS to give me a list of admins on English Wikipedia using this URL: https://en.wikipedia.org/w/api.php?action=query&format=json&list=allusers&meta=&augroup=sysop&aulimit=5000, it tells me English Wikipedia has 500 admins when it should be telling me there are 1209.
This leads me to believe that although I am authenticated to PAWS via OAuth, those credentials are not being passed to the Action API, and as a result, the default limit of 500 is applied instead of the heightened limit of 5,000.
Is there a way I can re-use my OAuth session within a Python notebook on PAWS?