Hi there, I'm thinking of using Flarum as a forum that is used alongside with an existing desktop app. In this App there are subscribed Users and unsubscribed users. The status is changed inside of the app itself. When the app changes it's state for the user. The corresponding user on Flarum should change its role accordingly:
Unsubscribed in app => "Member" role on Flarum
Subscribed in app => "Subscriber" role on Flarum
Is there something that makes it possible to change a users role from an external source?
Right now I'm thinking of creating an extension that would make this possible, but wanted to check first if there is already something existing. I already searched the existing extensions and didn't find something that fit.