Slack ProfileGet

Slack ProfileGet

Certified

Get Slack user profile

Retrieves a user's profile; can include labels for structured fields.

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

Get user profile

yaml
id: slack_get_profile
namespace: company.team

tasks:
  - id: get_profile
    type: io.kestra.plugin.slack.app.users.ProfileGet
    token: "{{ secret('SLACK_TOKEN') }}"
    user: "U1234567890"
Properties

Slack token

Defaultfalse

Include field labels

If true, includes labels for structured profile fields. Default false.

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

User ID (optional)

Target user; defaults to the authenticated user.

The user's display name

The user's email address

The user's phone number

The user's real name

The user's status emoji

The user's status text

The user's job title