This is my code.
var oupath = '/';
listObject = {
customer: 'my_customer',
query: "isSuspended=false",
query: "orgUnitPath=" + oupath,
maxResults: 100
}
As stated on G Suite Admin SDK ressources site, 'orgUnitPath=/' returns all users in the organization
I need my query to search the users only within the root OU, excluding members of all child OU. Is this possible ?