Note that there are some explanatory texts on larger screens.

plurals
  1. POHow can i get list of domain users from Google Apps account without administrative access?
    primarykey
    data
    text
    <p>This is a similar question to <a href="https://stackoverflow.com/questions/2704482/how-can-i-get-list-of-domain-users-from-google-apps-account">How can i get list of Domain user&#39;s from Google Apps account?</a></p> <p>However, I'd like to use a normal account (not an administrative account) to retrieve the user list. It seems like this should be possible as the gmail autocomplete returns domain contacts not listed in the user's contact store. I've looked at the autocomplete Ajax call, but it requires something in the beginning of the string (and no, I don't really want to loop through a-z one by one - that is just way to hacky). For example:</p> <blockquote> <p><a href="https://mail.google.com/mail/c/u/0/data/contactstore?ac=true&amp;ct=true&amp;gp=true&amp;hl=en&amp;id=domain&amp;max=15&amp;out=js&amp;tok=" rel="nofollow noreferrer">https://mail.google.com/mail/c/u/0/data/contactstore?ac=true&amp;ct=true&amp;gp=true&amp;hl=en&amp;id=domain&amp;max=15&amp;out=js&amp;tok=</a><em>beginningOfUsersName</em>&amp;type=4 </p> </blockquote> <p>Both versions of the Google contacts API seem to omit domain users unless you have them imported into your own contacts list. I've also looked at querying users in the "Coworkers" <a href="http://code.google.com/apis/contacts/docs/3.0/developers_guide_dotnet.html#System_groups" rel="nofollow noreferrer">system group</a>, all to no avail. I also find it interesting that "add a coworker's calendar" on Google calendar does <strong>not</strong> provide autocomplete - they use a popup instead.</p> <p>I'm working on a C# project, but this is a general Google API question, so any pointers in any language would help.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload