create_user_group
Create a user group and assign custom permissions for forum actions such as viewing, starting topics, replying, editing, deleting posts, uploading attachments, and managing events and polls.
Instructions
Create a new user group with permissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Group name | |
| postPolls | No | Can post polls | |
| viewForum | No | Can view forum | |
| postEvents | No | Can post events | |
| replyTopics | No | Can reply to topics | |
| startTopics | No | Can start topics | |
| voteOnPolls | No | Can vote on polls | |
| editOwnPosts | No | Can edit own posts | |
| viewProfiles | No | Can view profiles | |
| deleteOwnPosts | No | Can delete own posts | |
| uploadAttachments | No | Can upload attachments |