Add user group resource to Slack Node (#2405)

This commit is contained in:
Ricardo Espinoza
2021-11-03 20:55:04 -04:00
committed by GitHub
parent 0f9edd666d
commit 3971e30aff
4 changed files with 491 additions and 5 deletions

View File

@@ -15,6 +15,8 @@ const userScopes = [
'reactions:write',
'stars:read',
'stars:write',
'usergroups:write',
'usergroups:read',
'users.profile:read',
'users.profile:write',
];