MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=abusefilterunblockautopromote
(main | abusefilterunblockautopromote)
- This module requires read rights.
 - This module requires write rights.
 - This module only accepts POST requests.
 - Source: Abuse Filter
 - License: GPL-2.0+
 
Unblocks a user from receiving autopromotions due to an abusefilter consequence.
Parameters:
- user
 Username of the user you want to unblock.
- This parameter is required.
 - Type: user name
 - token
 A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
 
Example:
- Remove the block on User:Example's autopromotion
 - api.php?action=abusefilterunblockautopromote&user=Example&token=123ABC [open in sandbox]