Slack List

Slack List

Certified

List Slack workspace users

Retrieves users with pagination and writes them to internal storage; emits record count.

yaml
type: io.kestra.plugin.slack.app.users.List

List all users in the workspace

yaml
id: slack_list_users
namespace: company.team

tasks:
  - id: list_users
    type: io.kestra.plugin.slack.app.users.List
    token: "{{ secret('SLACK_TOKEN') }}"
Properties

Slack token

Defaultfalse

Include locale

If true, locale fields are included. Default false.

Reference (ref) of the pluginDefaults to apply to this task.

Number of users fetched

Formaturi

URI of stored users file

The number of users fetched.