Retrieve user details in Slack.Outcome: Success
Application
Slack Wrkbot
Inputs (what you have)
Name | Description | Data Type | Required? | Example |
Slack connected account | Connected Account | Yes | ||
User ID | User to get info on. Example: W1234567890 | Text (Short) | Yes |
Outputs (what you get)
Name | Description | Data Type | Required? | Example |
First name | The user's first name | Text (Short) | No | |
Profile image | The user's profile picture | File | No | |
Last name | The user's last name | Text (Short) | No | |
Pronouns | The pronouns the user prefers to be addressed by | Text (Short) | No | |
Display name | The display name chosen by the user in their workspace profile | Text (Short) | No | |
Real name | The user's first and last name | Text (Short) | No | |
Title | The user's title | Text (Short) | No | |
Team | The ID of the team the user belongs to | Text (Short) | No | |
The user's valid email address | No | |||
Phone | The user's phone number in any format | Text (Short) | No | |
Start date | The date the person joined the organization (only available if Slack Atlas is enabled) | Date | No | |
Status emoji | The displayed emoji for the user's status | Text (Short) | No | |
Status expiration | Date and time of when the status will expire | Datetime | No | |
Status text | The displayed text for the user's status | Text (Short) | No | |
Deleted? | Indicates whether the user has been deleted | True/False | No | |
Has 2FA? | Indicates whether the user has 2FA | True/False | No | |
Is admin? | Indicates whether the user is an Admin of the current workspace | True/False | No | |
Is app user? | Indicates whether the user is an authorized user of the calling app | True/False | No | |
Is bot? | Indicates whether the user is actually a bot user | True/False | No | |
Is owner? | Indicates whether the user is an Owner of the current workspace. | True/False | No |
Outcomes
Name | Description |
Success | This status is selected if the job has successfully completed. |
Requirements
N/A