Group Chat Invite (Suggestion)

Would it be possible to either invite people to a group chat via an IRC command (/invite), or an authenticated API call? The current method is extremely time consuming and clumsy.

There is an API call to do it however it is not currently documented.

POST http://chatdepot.twitch.tv/room_memberships?irc_channel=CHANNEL_NAME&username=USERNAME_TO_INVITE&oauth_token=CHAT_LOGIN_OAUTH_TOKEN

Fantastic. What’s the ETA on a chatdepot/tmi-groups documentation?

EDIT: I could try to throw something together if it’d help.

I’d guess not until the feature its more finalized. It’s still beta after all.

I’m unable to hit this endpoint, I just keep getting an error saying channel name and username are required. Is there maybe a specific api version I should be hitting or should I even be setting headers at all?

I’m getting 400 errors on this endpoint, anyone verify that it works?