Create a new group​
Create a new community group for sharing reflections. Groups can be public or private, and the creator becomes the owner.
application/json
Request Body required
Group creation details including name, description, URL, and visibility
name string required
Possible values: non-empty and <= 50 characters
description string
Possible values: <= 200 characters
url string required
Possible values: non-empty and <= 50 characters
public boolean
Responses
- 201
- 400
- 401
Group created successfully
Invalid group data or URL already taken
User not authenticated
Loading...