Skip to main content

lib/slack/web/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"
	}
}