MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=unblock
(main | unblock)
- Questo modulo richiede i diritti di lettura.
- Questo modulo richiede i diritti di scrittura.
- Questo modulo accetta solo richieste POST.
- Fonte: MediaWiki
- Licenza: GPL-2.0-or-later
Sblocca un utente
Parametri:
- id
ID of the block to unblock (obtained through list=blocks). Cannot be used together with user.
- Type: integer
- user
Utente da sbloccare. Non può essere usato insieme a id.
- Type: user, by any of nome utente, IP, Intervallo di IP e ID utente (ad esempio "#12345")
- userid
- Deprecato.
Specifica user=#ID invece.
- Type: integer
- reason
Motivo dello sblocco.
- Predefinito: (vuoto)
- tags
Modifica etichette da applicare all'elemento del registro dei blocchi.
- Valori (separati da | o alternativa):
- token
Un token "csrf" recuperato da action=query&meta=tokens
- This parameter is required.
Esempi:
- Unblock block ID #105.
- api.php?action=unblock&id=105 [apri in una sandbox]
- Unblock user Bob with reason Sorry Bob.
- api.php?action=unblock&user=Bob&reason=Sorry%20Bob [apri in una sandbox]