MediaWiki API hulp
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=unblock
(main | unblock)
- Voor deze module zijn leesrechten nodig.
- Voor deze module zijn schrijfrechten nodig.
- This module only accepts POST requests.
- Bron: MediaWiki
- Licentie: GPL-2.0-or-later
Gebruikers deblokkeren.
Parameters:
- id
ID of the block to unblock (obtained through list=blocks). Cannot be used together with user or userid.
- Type: geheel getal
- user
Te deblokkeren gebruikersnaam, IP-adres of IP-range. Kan niet in combinatie met id of userid gebruikt worden.
- userid
Te deblokkeren gebruikers-ID. Kan niet in combinatie met id of user gebruikt worden.
- Type: geheel getal
- reason
Reden voor de deblokkade.
- Default: (empty)
- tags
Change tags to apply to the entry in the block log.
- Waarden (gescheiden met | of alternatief):
- token
A "csrf" token retrieved from action=query&meta=tokens
- Deze parameter is verplicht.
Voorbeelden:
- Unblock block ID #105.
- api.php?action=unblock&id=105 [open in de zandbak]
- Unblock user Bob with reason Sorry Bob.
- api.php?action=unblock&user=Bob&reason=Sorry%20Bob [open in de zandbak]