API Documentation

users/listActiveForums

Returns a list of forums a user has been active on.

URL

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

Accessibility

public key, secret key

Supported request methods

GET

Supported formats

json, jsonp

Requires authentication

no

Rate limited

inherits global rate limit

Arguments

Optional

  • since_id

    Defaults to null

  • cursor

    Defaults to null

  • limit

    Defaults to 25

    Maximum value of 100

  • user

    Defaults to null

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

  • order

    Defaults to "asc"

    Choices: asc, desc