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)
  • Denna modul kräver läsrättigheter.
  • Denna modul kräver skrivrättigheter.
  • Denna modul accepterar endast POST-begäranden.
  • Source: MediaWiki
  • License: GPL-2.0+

Unblock a user.

Parametrar:
id

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

Type: integer
user

Username, IP address or IP address range to unblock. Cannot be used together with id.

reason

Reason for unblock.

Default: (empty)
tags

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

Värden (separerade med |):
token

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

Denna parameter är obligatorisk.