-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slack deprecating the users.admin.invites api #201
Comments
can't you just create an invite link now https://slack.com/help/articles/201330256-Invite-new-members-to-your-workspace, which would essentially kill slackin :). I'm a free user, not paid...and can still do this. When you go to it, this will basically kill slackin as it's doing what slackin provided Now all you need to do is direct users to that instead. |
@dschinkel but those links will expire after 30 days. bad if those links are included in readme files as some dev do to promote their projects |
@patlachance It says above in bold text that the link does not expire in the screenshot. |
Confirmed with Slack that they changed this (removed links that never expire) and do not have an ETA for bringing that functionality back. So something like Slackin is still required for landing pages-- unless you want to update the invite every 30 days by hand. |
I have been looking at hosting an instance slack recommends using their new apps for creating tokens.
I tried creating one but seems like I can't add scope
admin.users.invites
for free accounts it is only available for enterprise users.Slackin might stop working once they complete phase out the legacy api.
The text was updated successfully, but these errors were encountered: