mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(slack Node): add operation get many for user resource (#3150)
This commit is contained in:
committed by
GitHub
parent
a8da9c31a9
commit
2714b4ced7
@@ -17,6 +17,7 @@ const userScopes = [
|
||||
'usergroups:read',
|
||||
'users.profile:read',
|
||||
'users.profile:write',
|
||||
'users:read',
|
||||
];
|
||||
|
||||
export class SlackOAuth2Api implements ICredentialType {
|
||||
|
||||
Reference in New Issue
Block a user