slack_list_users
Fetch a paginated, read-only list of Slack workspace members, including their ID, display name, real name, and bot status.
Instructions
List Slack workspace users (read-only). Returns id, name, real name, and bot flag. Email is intentionally omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max users to return (default 100). | |
| cursor | No | Pagination cursor from a previous response. |