Reputation: 1142
In appengine, you can give different privileges to users:
owner, developer or viewer.
I'd like to be able to query that information from the Python API.
Is this possible now? If not, is it on the road map?
Upvotes: 2
Views: 562
Reputation: 101149
That's not currently possible, no - the Users API will only return if the user is an admin or not. You should check if there's a feature request filed, and file one if there isn't.
Upvotes: 5