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)
- มอดูลนี้ต้องการสิทธิในการอ่าน
- มอดูลนี้ต้องการสิทธิในการเขียน
- มอดูลนี้ยอมรับเฉพาะคำขอ POST เท่านั้น
- แหล่งที่มา: MediaWiki
- สัญญาอนุญาต: GPL-2.0-or-later
ปลดบล็อกผู้ใช้
Specific parameters:
Other general parameters are available.
- id
ID of the block to unblock (obtained through list=blocks). Cannot be used together with user.
- Type: integer
- user
ผู้ใช้ที่จะปลดบล็อก ไม่สามารถใช้ร่วมกับ id ได้
- ชนิด: ผู้ใช้ โดย ชื่อผู้ใช้, ไอพี, ผู้ใช้ชั่วคราว, ช่วงไอพี และ ไอดีผู้ใช้ (เช่น "#12345")
- userid
- เลิกใช้แล้ว
Specify user=#ID instead.
- Type: integer
- reason
เหตุผลสำหรับการปลดบล็อก
- ค่าเริ่มต้น: (ว่าง)
ป้ายระบุการเปลี่ยนแปลงที่จะใช้งานกับหน่วยในปูมการบล็อก
- ค่า (คั่นด้วย | หรือข้อความทดแทน):
- watchuser
Watch the user's or IP address's user and talk pages.
- Type: boolean (details)
- watchlistexpiry
Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged.
- Type: expiry (details)
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
ตัวอย่าง:
- Unblock block ID #105.
- api.php?action=unblock&id=105 [เปิดในกระบะทราย]
- ปลดบล็อกผู้ใช้ Bob ด้วยเหตุผล Sorry Bob
- api.php?action=unblock&user=Bob&reason=Sorry%20Bob [เปิดในกระบะทราย]