Skip to main content

slack.listusersprops.cursor

Home > @runlightyear/slack > ListUsersProps > cursor

ListUsersProps.cursor property

Paginate through collections of data by setting the cursor parameter to a next_cursor attribute returned by a previous request's response_metadata. Default value fetches the first "page" of the collection. See pagination for more detail.

Signature:
cursor?: string;