Skip to main content

slack.listusersprops.limit

Home > @runlightyear/slack > ListUsersProps > limit

ListUsersProps.limit property

The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn't been reached. Providing no limit value will result in Slack attempting to deliver you the entire result set. If the collection is too large you may experience limit_required or HTTP 500 errors.

Signature:
limit?: number;