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)
  • Este módulo requiere permisos de lectura.
  • Este módulo requiere permisos de escritura.
  • Este módulo solo acepta solicitudes POST.

Unblock a user.

Parámetros:
id

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

user

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

reason

Reason for unblock.

Predeterminado: (vacío)
token

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

Este parámetro es obligatorio.
Ejemplos:
Unblock block ID #105.
api.php?action=unblock&id=105
Desbloquear al usuario Bob con el motivo Lo siento, Bob
api.php?action=unblock&user=Bob&reason=Sorry%20Bob