Skip to main content

linear.userfilter

Home > @runlightyear/linear > UserFilter

UserFilter interface

Signature:
interface UserFilter 

Optional Properties

PropertyModifiersTypeDescription
active?BooleanComparatorComparator for the user's activity status.
admin?BooleanComparatorComparator for the user's admin status.
and?Array<UserFilter>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.
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.
name?StringComparatorComparator for the user's name.
or?Array<UserFilter>Compound filters, one of which need to be matched by the user.
updatedAt?DateComparatorComparator for the updated at date.