To retrieve all organization users, call the following method.
To retrieve all organization users, send a GET request to the orguser feed's URI. For the customerId, see Retrieving a customerId. Include the Authorization header as described in Authenticating Requests:
GET https://apps-apis.google.com/a/feeds/orguser/2.0/the customerId?get=all
A successful response returns an HTTP 200 status code found in the Google Data API <a href="//code.google.com/apis/gdata/docs/2.0/reference.html#HTTPStatusCodes"
HTTP status codes documentation. Along with the status code, the response returns an AtomPub entry with the
entryelements:
<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns:atom='http://www.w3.org/2005/Atom'
xmlns:apps='http://schemas.google.com/apps/2006'>
<entry>
<apps:property name="orgUserEmail" value="l...@example.com"
/>
<apps:property name="orgUnitPath" value="new_york/hr" />
</entry>
<entry>
...
</entry>
...
</feed>
I need assistance generating an API that would allow me to retrieve the user information from a particular sub-organization within the domain. I currently have three sub-organizations (Students / Faculty / Staff). I can a bulk export to CSV but all the users in the domain will export. I need to be able to export only the members from a particular sub-organization. Can anyone assist on this. I appreciate your assistance.
--
You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-apps-mgmt-apis/-/7rL3GsGLj-YJ.
To post to this group, send email to google-app...@googlegroups.com.
To unsubscribe from this group, send email to google-apps-mgmt...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-apps-mgmt-apis?hl=en.

I need assistance generating an API that would allow me to retrieve the user information from a particular sub-organization within the domain. I currently have three sub-organizations (Students / Faculty / Staff). I can a bulk export to CSV but all the users in the domain will export. I need to be able to export only the members from a particular sub-organization. Can anyone assist on this. I appreciate your assistance.
--
> > To unsubscribe from this group, send email to
David,
You've advertised twice at least now. Please stop, you're devaluing the list and your own product.