POST
/
applications
/
{app}
/
groups

Authorizations

x-rownd-app-key
string
headerrequired

The publishable key of your application credentials. (more details)

x-rownd-app-secret
string
headerrequired

The private secret of your application credentials. (more details)

Path Parameters

app
string
required

Rownd application ID

Body

application/json
name
string

The group name

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

Response

200 - application/json
id
string

The group ID

name
string

The group name

member_count
number
default: 0deprecated

This value is no longer provided by the API. The default value of 0 will always be returned

app_id
string

Rownd application ID

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
created_at
string

The ISO 8601 date-time that the resource was created

updated_at
string

The ISO 8601 date-time that the resource was updated

updated_by
string

The ID of the user that created the resource

created_by
string

The ID of the user that most recently updated the resource