discourse-api-php
discourse-api-php copied to clipboard
Create and delete a group
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().