provider users.profileusers GET /users.profile.get
@utdk/slack /users.profile.get
users_profile_get
Retrieves a user's profile information.
token query required
Authentication token. Requires scope: `users.profile:read`
string
include_labels query
Include labels for each ID in custom profile fields
boolean
user query
User to retrieve profile info for
string

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

usersProfileGet
GET/users.profile.get
Retrieves a user's profile information.

required

Authentication token. Requires scope: `users.profile:read`

Include labels for each ID in custom profile fields

User to retrieve profile info for

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.usersProfileGet()