Google Admin Directory API: how to OR query terms? -


i'm trying query organization's directory users, in case need match multiple possible incoming familyname , givenname combos. instance, know user has possible givenname or bill, , possible familyname gates or gates jr.

it seems 1 of these queries should work, nothing far has been successful (familyname=gates or familyname='gates jr') (givenname=will or givenname=bill) familyname=[gates|'gates jr'] givenname=[will|bill] (familyname=gates || familyname='gates jr') && (givenname=will || givenname=bill) etc

is or reason not possible, or missing silly?


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -