API Documentation

users/follow

Follow a user.

URL

https://disqus.com/api/3.0/users/follow.json

Accessibility

public key, secret key

Supported request methods

POST

Supported formats

json, jsonp

Requires authentication

yes

Rate limited

inherits global rate limit

Arguments

Required

  • target

    Looks up a user by ID
    You may look up a user by username using the 'username' query type.

Example Responses

Expand json

POST target=2

{
  "code":0,
  "response":[]
}