users_info | R Documentation |
Gets information about a user.
users_info( token = Sys.getenv("SLACK_TOKEN"), user, include_locale = NULL, return_response = F )
token |
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter. |
user |
User to get info on. |
include_locale |
Set this to TRUE to receive the locale for this user. Defaults to FALSE. |
return_response |
Whether or not to return the API call response as opposed to the response body. Defaults to FALSE (return response body) |
A list of channels
https://api.slack.com/methods/users.info
Other users:
users_list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.