Packages

This is a Slack API client for Elixir applications.

Current section

Files

Jump to
xlack priv slack docs usergroups.list.json
Raw

priv/slack/docs/usergroups.list.json

{
"desc": "List all user groups for a team",
"args": {
"include_disabled": {
"required" : false,
"type" : "int",
"example" : "1",
"desc" : "Include disabled user groups."
},
"include_count": {
"required" : false,
"type" : "int",
"example" : "1",
"desc" : "Include the number of users in each user group."
},
"include_users": {
"required" : false,
"type" : "int",
"example" : "1",
"desc" : "Include the list of users for each user group."
}
}
}