Packages

This is a Slack API client for Elixir applications.

Current section

Files

Jump to
xlack priv slack docs users.info.json
Raw

priv/slack/docs/users.info.json

{
"desc": "Gets information about a user.",
"args": {
"user": {
"type" : "user",
"required" : true,
"desc" : "User to get info on"
}
},
"errors": {
"user_not_found" : "Value passed for `user` was invalid.",
"user_not_visible" : "The requested user is not visible to the calling user"
}
}