Endpoints
List groups
GET /api/v2/groups?pageId={page_id}
Create groups
POST /api/v2/groups
Create one or more groups on a page in a single request.
string
required
The page to add groups to.
array
required
Array of group objects.
Example
Update a group
PATCH /api/v2/groups/{group_id}
string
required
The page the group belongs to.
string
New display title.
Example
Delete a group
DELETE /api/v2/groups/{group_id}?pageId={page_id}