Get All Groups
Authentication
Authentication is optional. If authenticated, the response includes membership status for each group.Response
Indicates whether the request was successful
Array of community group objects
Code Example
Response Example
Create Group
Authentication
This endpoint requires user authentication.Request Body
Name of the group (1-60 characters, will be trimmed)
Description of the group (max 200 characters, will be trimmed)
Emoji or icon for the group (default: 💬)
Response
Indicates whether the group was created successfully
The newly created group object (same structure as Get Groups response)
Error message if success is false
Code Example
Response Example
Success
Duplicate Name
Toggle Group Membership
Authentication
This endpoint requires user authentication.Path Parameters
The unique identifier of the group
Response
Indicates whether the operation was successful
New membership status (true if joined, false if left)
Code Example
Response Example
Joined
Left
Notes
- Groups are sorted by official status first, then by member count (descending)
- The slug is automatically generated from the group name
- Group creators are automatically made members of the group
- Toggling membership is idempotent - calling it multiple times toggles between joined/left states
- Official groups can only be created by platform administrators
- Group names must be unique (case-insensitive)