A comma-separated string of fields to sort by. Descending order can be expressed by prepending `-` to the field name. For example, 'sort by role ascending, email descending' would be expressed as `role,-email`.
query
string
A search term for querying users of team memberships. Boolean operators/symbols may be used to construct intricate queries, e.g. `(bart OR lisa) AND simpson`. Omitting boolean operators is interpreted as an implicit `AND`, e.g. `bart simpson`.