Skip to main content

User-related API environment

Pre-live user-related API docs

Create a new group

Create a new community group for sharing reflections. Groups can be public or private, and the creator becomes the owner.

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

Group created successfully


Schema
    success boolean required
    data object required
    id number required
    name string required
    description string required
    roomType string required
    isActive boolean required
    isVerified boolean required
    isPublic boolean required
    isOwner boolean required
    isAdmin boolean required
    ownerId string required
    postsCount number required
    membersCount number required
    url string
    avatarUrls object required
    thumb string
    original string
    createdAt date-time
    isMember boolean
    subdomain string
    country string
Loading...