Skip to main content

Get User By ID

Retrieves a user's profile information.

External Documentation

To learn more, visit the Slack documentation.

Parameters

ParameterDescription
User IDUser to retrieve profile info for. If no parameter is specified, it returns the user's info.

Example Output

{
"ok": true,
"profile": {
"avatar_hash": "ge3b51ca72de",
"display_name": "spengler",
"display_name_normalized": "spengler",
"email": "spengler@ghostbusters.example.com",
"image_192": "https://.../avatar/e3b51ca72dee4ef87916ae2b9240df50.jpg",
"image_24": "https://.../avatar/e3b51ca72dee4ef87916ae2b9240df50.jpg",
"image_32": "https://.../avatar/e3b51ca72dee4ef87916ae2b9240df50.jpg",
"image_48": "https://.../avatar/e3b51ca72dee4ef87916ae2b9240df50.jpg",
"image_512": "https://.../avatar/e3b51ca72dee4ef87916ae2b9240df50.jpg",
"image_72": "https://.../avatar/e3b51ca72dee4ef87916ae2b9240df50.jpg",
"image_original": "https://.../avatar/e3b51ca72dee4ef87916ae2b9240df50.jpg",
"real_name": "Egon Spengler",
"real_name_normalized": "Egon Spengler",
"status_emoji": ":books:",
"status_expiration": 0,
"status_text": "Print is dead",
"team": "T012AB3C4"
}
}

Workflow Library Example

Get User by Id with Slack and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop