Skip to main content

Retrieve user details from Slack as Wrkbot

Retrieve user details in Slack.Outcome: Success

Application

  • Slack Wrkbot

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Slack connected accountConnected AccountYes
User IDUser to get info on. Example: W1234567890Text (Short)Yes

Outputs (what you get)

NameDescriptionData TypeRequired?Example
First nameThe user's first nameText (Short)No
Profile imageThe user's profile pictureFileNo
Last nameThe user's last nameText (Short)No
PronounsThe pronouns the user prefers to be addressed byText (Short)No
Display nameThe display name chosen by the user in their workspace profileText (Short)No
Real nameThe user's first and last nameText (Short)No
TitleThe user's titleText (Short)No
TeamThe ID of the team the user belongs toText (Short)No
EmailThe user's valid email addressEmailNo
PhoneThe user's phone number in any formatText (Short)No
Start dateThe date the person joined the organization (only available if Slack Atlas is enabled)DateNo
Status emojiThe displayed emoji for the user's statusText (Short)No
Status expirationDate and time of when the status will expireDatetimeNo
Status textThe displayed text for the user's statusText (Short)No
Deleted?Indicates whether the user has been deletedTrue/FalseNo
Has 2FA?Indicates whether the user has 2FATrue/FalseNo
Is admin?Indicates whether the user is an Admin of the current workspaceTrue/FalseNo
Is app user?Indicates whether the user is an authorized user of the calling appTrue/FalseNo
Is bot?Indicates whether the user is actually a bot userTrue/FalseNo
Is owner?Indicates whether the user is an Owner of the current workspace.True/FalseNo

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.

Requirements

  • N/A