راهنمای واسط برنامهنویسی کاربردی مدیاویکی
این یک صفحهٔ مستندات برای واسط برنامهنویسی کاربردی مدیاویکی است که بهطور خودکار ایجاد شدهاست.
مستندات و نمونهها: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=setglobalaccountstatus
(main | setglobalaccountstatus)
- این پودمان نیازمند اختیارات خواندن است.
- این پودمان نیازمند اختیارات خواندن است.
- این پودمان تنها درخواستهای POST را میپذیرد.
- منبع: CentralAuth
- مجوز: GPL-2.0-or-later
تنظیم وضعیت یک حساب سراسری.
پارامترها:
- user
حسابی که وضعیتش تغییر میکند.
- این پارامتر الزامی است.
- locked
تغییر این که آیا حساب قفل شدهاست یا نه.
- یکی از مقدارهای زیر: Can be empty, or lock، unlock
- hidden
Change whether this user is not hidden, hidden from the global users list, or suppressed.
- یکی از مقدارهای زیر: Can be empty, or lists، suppressed
- reason
دلیل تغییر وضعیت کاربر.
- statecheck
Optional MD5 of the expected current <userid>:<username>:<hidden>:<locked>, to detect edit conflicts. Set <locked> to 1 for locked, 0 for unlocked.
- token
یک بلیط «setglobalaccountstatus» واکشیشده از action=query&meta=tokens
- این پارامتر الزامی است.
نمونهها:
- Lock the global account for User:Example with reason "Spam"
- api.php?action=setglobalaccountstatus&user=Example&locked=lock&hidden=&reason=Spam [باز کردن در صفحهٔ تمرین]
- Unlock and suppress the global account for User:Example with reason "I can"
- api.php?action=setglobalaccountstatus&user=Example&locked=unlock&hidden=suppressed&reason=I%20can [باز کردن در صفحهٔ تمرین]