Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1001 from digitalspecialists/master
Browse files Browse the repository at this point in the history
add missing usergroups.* api endpoints to lib/Slack_web_api.js
  • Loading branch information
Ben Brown authored Sep 18, 2017
2 parents 1b1d597 + f089be9 commit 7449525
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/Slack_web_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ module.exports = function(bot, config) {
'team.billableInfo',
'team.integrationLogs',
'team.profile.get',
'usergroups.create',
'usergroups.disable',
'usergroups.enable',
'usergroups.list',
'usergroups.update',
'usergroups.users.list',
'usergroups.users.update',
'users.getPresence',
'users.info',
'users.identity',
Expand Down

0 comments on commit 7449525

Please sign in to comment.