provider users GET /users.identity
@utdk/slack /users.identity
users_identity
Get a user's identity.
token query
Authentication token. Requires scope: `identity.basic`
string

Try it

Authentication
Configure credentials for Slack Web API
usersIdentity
GET/users.identity
Get a user's identity.

Authentication token. Requires scope: `identity.basic`

Configure credentials above to enable sending.

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

TypeScript

import slack from '@utdk/slack';

await slack.usersIdentity()