I am working with the Google Admin SDK Directory API in managing domain Chromebooks. I am reviewing the chromeosdevices.list method, in hopes of reducing the number of returned device resources by filtering for a specific OU either by OrgUnitPath or by OrgUnitId. The documentation hints that this may be possible through use of the query parameter:
query string Search string in the format given at View device information and organizational units.
Using the tool available with the documentation I am able to exercise query parameters such as status:deprovisioned
but am unable to limit by OU placement.
Is it possible with the current Directory API to get a list of chromeosdevice resources for a specific OU? If so, how?