os / slacker

Full-featured Python interface for the Slack API
Apache License 2.0
1.6k stars 245 forks source link

Support to deactivate a user #66

Closed markaltmann closed 8 years ago

markaltmann commented 8 years ago

Is it possible to invite/deactivate users via slacker / slack api? Also unfortunately i haven't seen anything regarding that.

Under: https://api.slack.com/methods there is also no mention of the user on/offboarding procedure.

thx.

os commented 8 years ago

You might want to look at channels.invite and [channels.kick](https://api.slack.com/methods/channels.kick methods). You can get better answers on your product related questions from https://github.com/slackhq/slack-api-docs.