MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=unblock

(main | unblock)

  • Voor deze module zijn leesrechten nodig.

  • Voor deze module zijn schrijfrechten nodig.

  • This module only accepts POST requests.

  • Source: MediaWiki

  • License: GPL-2.0+

Unblock a user.

Parameters:

id

ID of the block to unblock (obtained through list=blocks). Cannot be used together with user or userid.

Type: integer

user

Gebruikersnaam, IP-adres of IP-range om te deblokkeren. Kan niet samen worden gebruikt met id of userid.

userid

Gebruikers-ID om te deblokkeren. Kan niet worden gebruikt in combinatie met id of user.

Type: integer

reason

Reason for unblock.

Default: (empty)

tags

Change tags to apply to the entry in the block log.

Values (separate with | or alternative):

token

A "csrf" token retrieved from action=query&meta=tokens

This parameter is required.

Voorbeelden:

Unblock block ID #105.

api.php?action=unblock&id=105

[open in sandbox]

Unblock user Bob with reason Sorry Bob.

api.php?action=unblock&user=Bob&reason=Sorry%20Bob

[open in sandbox]