Skip to main content
POST
Create a group

Body

application/json
name
string
required

Name of the group

type
enum<string>
required

Group visibility type

Available options:
public,
private
description
string | null

Optional description of the group

only_admin_publish
boolean
default:false

If true, only group admins are allowed to publish posts in this group.

post_comments_enabled_default
boolean
default:true

Whether comments are enabled by default on new posts in this group.

Response

Group created.

data
object