API Documentation

users/updateSSOProfile

Updates SSO user profile attributes.

url: The URL that will be displayed on the user profile
profile_url: The URL that will be used to link to the user profile

URL

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

Accessibility

public key, secret key

Supported request methods

POST

Supported formats

json, jsonp

Requires authentication

no

Rate limited

inherits global rate limit

Arguments

Optional

  • user_id

    Defaults to null

  • name

    Defaults to null

  • forum

    Defaults to null

    Looks up a forum by ID (aka short name)

  • url

    Defaults to null

    URL (defined by RFC 3986)

  • avatar

    Defaults to null

    URL (defined by RFC 3986)

  • email

    Defaults to null

    Email address (defined by RFC 5322)

  • profile_url

    Defaults to null

    URL (defined by RFC 3986)