Using device sync with arrays

I have a data model where the people who should be able to get access to a document are defined by an array of user ids. For example:
invited_users = [“123”, “456”, “789”]

Would I be able to use invited_users as a Queryable Field for Device sync? From reading the documentation I can’t tell if you can only use fields like strings, dates, etc.