follow_user
Start following another user.
You must provide your API key in the Authorization header.
Authorization
apiTokenHeader Authorization<token>
CKAN API token
In: header
Request Body
application/json
id?string
the id or name of the user to follow, e.g. 'joeuser'
curl -X POST "http://localhost:5000/api/3/action/follow_user" \ -H "Content-Type: application/json" \ -d '{}'