Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token> where <token> is the user's Rownd JWT

Path Parameters

group
string
required

Group ID

Body

application/json
name
string

The group name

Example:

"My Teammates"

admission_policy
enum<string>
default:invite_only

Set whether the group be open for anyone to join or by invite only

Available options:
invite_only,
open
Example:

"invite_only"

meta
object | null

An object containing additional metadata for the group

Response

200 - application/json

Group created successfully

group
object
required

The group

member
object
required

The group member