Skip to main content

Retrieve user details in Slack

Retrieve user details from Slack.

Application

  • Slack

Inputs (what you have)

NameDescriptionData TypeRequired?Example
User IDUser to get info onText(Short)YesW1234567890

Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.

Outputs (what you get)

NameDescriptionData TypeExample
First nameThe user's first nameText(Short)John
Last nameThe user's last nameText(Short)Doe
PronounsThe pronouns the user prefers to be addressed byText(Short)he/him
Display nameThe display name chosen by the user in their workspace profileText(Short)John Doe
Real nameThe user's first and last nameText(Short)John Doe
TitleThe user's titleText(Short)Software Engineer
TeamThe ID of the team the user belongs toText(Short)ABC123
EmailThe user's valid email addressEmailjohndoe@example.com
PhoneThe user's phone number in any formatPhone+1 123-456-7890
Profile imageThe user's profile pictureFile
Start dateThe date the person joined the organization (only available if Slack Atlas is enabled)Date2022-01-01
Status emojiThe displayed emoji for the user's statusText(Short)🚋
Status expirationDate and time of when the status will expireDate and time2009-07-20T22:55:29Z
Status textThe displayed text for the user's statusText(Short)In a meeting
Deleted?Indicates whether the user has been deletedBooleanTrue
Has 2FA?Indicates whether the user has 2FABooleanTrue
Is admin?Indicates whether the user is an Admin of the current workspaceBooleanFalse
Is app user?Indicates whether the user is an authorized user of the calling appBooleanFalse
Is bot?Indicates whether the user is actually a bot userBooleanFalse
Is owner?Indicates whether the user is an Owner of the current workspace.BooleanFalse

Outcomes

NameDescription
SuccessThis status is selected in the event of that the details of the channel are returned.
Impossible to CompleteThis status is selected in the event of the following scenario:All scenarios in Application Product Designuser_not_found error is receivedThe external system is not accessibleUnable to access with the provided credentialsUnable to perform the requested task with the provided credentials

Requirements

- N/A