discourse-api-php icon indicating copy to clipboard operation
discourse-api-php copied to clipboard

Create and delete a group

Open jazinheira opened this issue 5 years ago • 0 comments

Hi, I was working on adding a feature to our SSO plugin that syncs groups to Discourse, but found out that we need to have the group already be created before syncing a user's group membership when using the SSO API. I noticed that this library didn't have functions to create or delete groups so I added a couple functions: createGroup() and deleteGroup().

jazinheira avatar May 17 '19 19:05 jazinheira