slack_get_users
Retrieve a list of all users in a Slack workspace, including their basic profile information, with options for pagination and limit control using the Slack API.
Instructions
Get a list of all users in the workspace with their basic profile information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | Pagination cursor for next page of results | |
limit | No | Maximum number of users to return (default 100, max 200) |