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.
- Fuente: MediaWiki
- Licencia: GPL-2.0+
Desbloquear un usuario.
Parámetros:
- id
ID of the block to unblock (obtained through list=blocks). Cannot be used together with user.
- Tipo: entero
- user
Nombre de usuario, dirección IP o rango de direcciones IP para desbloquear. No se puede utilizar junto con id.
- reason
Motivo del desbloqueo.
- Predeterminado: (vacío)
- tags
Change tags to apply to the entry in the block log.
- Valores (separados por |):
- token
A "csrf" token retrieved from action=query&meta=tokens
- Este parámetro es obligatorio.
Ejemplos:
- Desbloquear el bloqueo de ID #105
- api.php?action=unblock&id=105 [open in sandbox]
- Desbloquear al usuario Bob con el motivo Sorry Bob
- api.php?action=unblock&user=Bob&reason=Sorry%20Bob [open in sandbox]