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
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
where <token>
is the user's Rownd JWT
Body
application/json
name
string
The group name
admission_policy
enum<string>
default: invite_onlySet whether the group be open for anyone to join or by invite only
Available options:
invite_only
, open
meta
any | null
An object containing additional metadata for the group
Response
200 - application/json
group
object
requiredThe group
member
object
requiredThe group member