GET
/
applications
/
{app}
/
groups
/
{group}
curl --request GET \
  --url https://api.rownd.io/applications/{app}/groups/{group} \
  --header 'x-rownd-app-key: <api-key>' \
  --header 'x-rownd-app-secret: <api-key>'
{
  "id": "group_a3l1n2lsnb3q0xbul9enjnh7",
  "name": "My Teammates",
  "member_count": 123,
  "app_id": "327677849595019856",
  "admission_policy": "invite_only",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "updated_by": "user_t6ftnnmw55pamuhfo9xvw0yl",
  "created_by": "user_t6ftnnmw55pamuhfo9xvw0yl"
}

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

group
string
required

Group ID

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