MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
action=unblock
(main | unblock)
- Dieses Modul erfordert Leserechte.
- Dieses Modul erfordert Schreibrechte.
- Dieses Modul akzeptiert nur POST-Anfragen.
Einen Benutzer freigeben.
Parameter:
- 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
Grund für die Freigabe.
- Standard: (leer)
- token
Ein „csrf“-Token abgerufen von action=query&meta=tokens
- Dieser Parameter ist erforderlich.
Beispiele:
- Sperrkennung #105 freigeben.
- api.php?action=unblock&id=105
- Unblock user Bob with reason Sorry Bob.
- api.php?action=unblock&user=Bob&reason=Sorry%20Bob