feat(slack Node): add operation get many for user resource (#3150)

This commit is contained in:
Jonathan Bennetts
2022-09-29 10:26:51 +01:00
committed by GitHub
parent a8da9c31a9
commit 2714b4ced7
4 changed files with 59 additions and 13 deletions

View File

@@ -17,6 +17,7 @@ const userScopes = [
'usergroups:read',
'users.profile:read',
'users.profile:write',
'users:read',
];
export class SlackOAuth2Api implements ICredentialType {