Skip to main content

linear.listusersprops

Home > @runlightyear/linear > ListUsersProps

ListUsersProps interface

Signature:
interface ListUsersProps 

Optional Properties

PropertyModifiersTypeDescription
after?stringA cursor to be used with first for forward pagination
before?stringA cursor to be used with last for backward pagination.
filter?UserFilterFilter returned users.
first?numberThe number of items to forward paginate (used with after). Defaults to 50.
includeArchived?booleanShould archived resources be included (default: false)
last?numberThe number of items to backward paginate (used with before). Defaults to 50.
orderBy?PaginationOrderByBy which field should the pagination order by. Available options are createdAt (default) and updatedAt.