
Slack ProfileGet
CertifiedGet Slack user profile
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.ProfileGetExamples
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
token *Requiredstring
Slack token
includeLabels booleanstring
Default
falseInclude field labels
If true, includes labels for structured profile fields. Default false.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
user string
User ID (optional)
Target user; defaults to the authenticated user.
Outputs
displayName string
The user's display name
email string
The user's email address
phone string
The user's phone number
realName string
The user's real name
statusEmoji string
The user's status emoji
statusText string
The user's status text
title string
The user's job title