pub fn list<R>(
client: &R,
token: &str,
request: &ListRequest,
) -> Result<ListResponse, ListError<R::Error>>where
R: SlackWebRequestSender,Expand description
Lists all users in a Slack team.
Wraps https://api.slack.com/methods/users.list