Packages

This is a Slack API client for Elixir applications.

Current section

Files

Jump to
xlack priv slack docs users.profile.get.json
Raw

priv/slack/docs/users.profile.get.json

{
"desc": "Retrieves a user's profile information.",
"args": {
"user": {
"type": "user",
"required": false,
"example": "W1234567890",
"desc": "User to retrieve profile info for"
},
"include_labels": {
"type": "boolean",
"required": false,
"example": true,
"desc": "Include labels for each ID in custom profile fields"
}
},
"errors": {
"user_not_found": "Value passed for `user` was invalid."
}
}