Skip to main content

linear.usercollectionfilter

Home > @runlightyear/linear > UserCollectionFilter

UserCollectionFilter interface

Signature:
interface UserCollectionFilter 

Optional Properties

PropertyModifiersTypeDescription
active?BooleanComparatorComparator for the user's activity status.
admin?BooleanComparatorComparator for the user's admin status.
and?Array<UserCollectionFilter>Compound filters, all of which need to be matched by the user.
assignedIssues?IssueCollectionFilterFilters that the users assigned issues must satisfy.
createdAt?DateComparatorComparator for the created at date.
displayName?StringComparatorComparator for the user's display name.
email?StringComparatorComparator for the user's email.
every?UserFilterFilters that needs to be matched by all users.
id?IDComparatorComparator for the identifier.
isMe?BooleanComparatorFilter based on the currently authenticated user. Set to true to filter for the authenticated user, false for any other user.
length?NumberComparatorComparator for the collection length.
name?StringComparatorComparator for the user's name.
or?Array<UserCollectionFilter>Compound filters, one of which need to be matched by the user.
some?UserFilterFilters that needs to be matched by some users.
updatedAt?DateComparatorComparator for the updated at date.