
Slack List
CertifiedList Slack workspace users
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.ListExamples
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
token *Requiredstring
Slack token
includeLocale booleanstring
Default
falseInclude locale
If true, locale fields are included. Default false.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
size integer
Number of users fetched
uri string
Format
uriURI of stored users file
Metrics
records counter
The number of users fetched.