我想邀请使用python slack客户端的应用程序进入私有渠道。 尝试使用:
web_client.conversations_invite(
channel=channel_name,
users= "AppID")
这给了我错误
The server responded with: {'ok': False, 'error': 'cant_invite', 'errors': [{'ok': False, 'error': 'user_not_found', 'user': 'AXXXXXXXXX'}]}
答案 0 :(得分:0)
AppID
与用户ID不同。 App / Bot还具有一个UserID。
要查找用户ID:
闲适: