Is there a way to filter users returned by /users/ endpoint to get users with some "location" value only?
If so, in order to correctly filter locations like "New York, United States" by "United States", can "users" be filtered by "location" that contains some string as a substring?
Is there a documentation describing what fields of the "user" object could be used for filtering and how (if any)?