users_list | R Documentation |
Lists all users in a Slack team.
users_list(token = Sys.getenv("SLACK_TOKEN"), limit = 100, return_response = F)
token |
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter. |
limit |
The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached. Must be an integer no larger than 1000. |
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.list
Other users:
users_info()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.