ckanaction

follow_group

Start following a group.

You must provide your API key in the Authorization header.

POST
follow_group

Authorization

apiTokenHeader
Authorization<token>

CKAN API token

In: header

Request Body

application/json

id?string

the id or name of the group to follow, e.g. 'roger'

curl -X POST "http://localhost:5000/api/3/action/follow_group" \  -H "Content-Type: application/json" \  -d '{}'