Skip to main content

Schema

Not all combinations of keys and values will work, see the other subsections for specific definitions and usage.

Operators

Note: The table below should be read with the description prefixed with The User property (is/has)…
Not all combinations of kinds and operators will work, see the other subsections for specific definitions and usage

Examples

Other examples can be found on the searching profiles page.

User whose “role is admin”

User whose “role is admin or owner or superuser”

Operator if in-v means treat the value as a CSV ["admin","owner","superuser"] and see if role is contained in the list.

User was last seen more than 7 days ago

The postfix -d in lt-d instructs the value to be treated as a number of days. Subtract X days from the current time and look for last_seen_at values that are less than it.

A filter that represents a Group of filters

Other examples can be found on the searching profiles page.