Groups
Create a group
User-facing API for creating a new group. The callee is automatically added with the "owner"
role.
POST
/
me
/
groups
Authorizations
Bearer authentication header of the form Bearer <token>
where <token>
is the user's Rownd JWT
Body
application/json
The group name
Set whether the group be open for anyone to join or by invite only
Available options:
invite_only
, open
An object containing additional metadata for the group