POST mutes/users/destroy

Updated on Thu, 2014-05-01 06:46

Un-mutes the user specified in the ID parameter for the authenticating user.

Returns the unmuted user in the requested format when successful. Returns a string describing the failure condition when unsuccessful.

Actions taken in this method are asynchronous and changes will be eventually consistent.

Resource URL

https://api.twitter.com/1.1/mutes/users/destroy.json

Parameters

Either screen_name or user_id must be provided.

screen_name optional

The screen name of the potentially muted user. Helpful for disambiguating when a valid screen name is also a user ID.

Example Values: whiteleaf

user_id optional

The ID of the potentially muted user. Helpful for disambiguating when a valid user ID is also a valid screen name.

Example Values: 12345

Example Request

POST

https://api.twitter.com/1.1/mutes/users/destroy.json

POST Data

screen_name=evilpiper


  1. {
  2.   "id": 54931584,
  3.   "id_str": "54931584",
  4.   "name": "Evil Piper",
  5.   "screen_name": "evilpiper",
  6.   "location": "",
  7.   "description": "mwah-ha-haaaaa",
  8.   "url": null,
  9.   "entities": {
  10.     "description": {
  11.       "urls": [
  12.  
  13.       ]
  14.     }
  15.   },
  16.   "protected": false,
  17.   "followers_count": 16,
  18.   "friends_count": 10,
  19.   "listed_count": 0,
  20.   "created_at": "Wed Jul 08 15:40:42 +0000 2009",
  21.   "favourites_count": 1,
  22.   "utc_offset": 3600,
  23.   "time_zone": "London",
  24.   "geo_enabled": false,
  25.   "verified": false,
  26.   "statuses_count": 71,
  27.   "lang": "en",
  28.   "status": {
  29.     "created_at": "Tue Apr 15 00:10:23 +0000 2014",
  30.     "id": 455860653731753984,
  31.     "id_str": "455860653731753984",
  32.     "text": "Super cool app to install http://t.co/ZiH6VOqLB3",
  33.     "source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter for  iPhone</a>",
  34.     "truncated": false,
  35.     "in_reply_to_status_id": null,
  36.     "in_reply_to_status_id_str": null,
  37.     "in_reply_to_user_id": null,
  38.     "in_reply_to_user_id_str": null,
  39.     "in_reply_to_screen_name": null,
  40.     "geo": null,
  41.     "coordinates": null,
  42.     "place": null,
  43.     "contributors": null,
  44.     "retweet_count": 0,
  45.     "favorite_count": 0,
  46.     "entities": {
  47.       "hashtags": [
  48.  
  49.       ],
  50.       "symbols": [
  51.  
  52.       ],
  53.       "urls": [
  54.         {
  55.           "url": "http://t.co/ZiH6VOqLB3",
  56.           "expanded_url": "http://cards-demo.cfapps.io/owntracks.html",
  57.           "display_url": "cards-demo.cfapps.io/owntracks.html",
  58.           "indices": [
  59.             26,
  60.             48
  61.           ]
  62.         }
  63.       ],
  64.       "user_mentions": [
  65.  
  66.       ]
  67.     },
  68.     "favorited": false,
  69.     "retweeted": false,
  70.     "possibly_sensitive": false,
  71.     "lang": "en"
  72.   },
  73.   "contributors_enabled": false,
  74.   "is_translator": false,
  75.   "is_translation_enabled": false,
  76.   "profile_background_color": "1A1B1F",
  77.   "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
  78.   "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
  79.   "profile_background_tile": false,
  80.   "profile_image_url": "http://pbs.twimg.com/profile_images/307611594/evil_normal.png",
  81.   "profile_image_url_https": "https://pbs.twimg.com/profile_images/307611594/evil_normal.png",
  82.   "profile_link_color": "A6001E",
  83.   "profile_sidebar_border_color": "181A1E",
  84.   "profile_sidebar_fill_color": "949399",
  85.   "profile_text_color": "120312",
  86.   "profile_use_background_image": false,
  87.   "default_profile": false,
  88.   "default_profile_image": false,
  89.   "following": true,
  90.   "follow_request_sent": false,
  91.   "notifications": false,
  92.   "muting": true
  93. }