0

Is there a way to access the Google Apps users for my domain from a Google App Engine App on uploaded on that domain. I know I can use it for authentication, and I could build queries to the Google Apps api that would pull this data up, I was just wondering if there is a native way to take care of this. I would be writing in python, but I am not sure how useful that is, I feel that all that is available in python is available in the java backend as well

2
  • May be this reporting API can help you. Commented Jan 4, 2012 at 17:04
  • What do you mean "access Google Apps users"? What do you want to do to them? Commented Jan 4, 2012 at 23:28

1 Answer 1

3

There's not an App Engine-specific API, but you can use the gdata-python library. See this article.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.