MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=allusers (au)
- This module requires read rights.
- منبع: MediaWiki
- License: GPL-2.0-or-later
Enumerate all registered users.
- aufrom
- The user name to start enumerating from. 
- auto
- The user name to stop enumerating at. 
- auprefix
- Search for all users that begin with this value. 
- audir
- جهتی که باید مرتب شود. 
- One of the following values: ascending، descending
- پیشفرض: ascending
- augroup
- Only include users in the given groups. 
- Values (separate with | or alternative): bot، sysop، interface-admin، bureaucrat، administrator
- auexcludegroup
- Exclude users in the given groups. 
- Values (separate with | or alternative): bot، sysop، interface-admin، bureaucrat، administrator
- aurights
- Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed. 
- Values (separate with | or alternative): apihighlimits، applychangetags، autoconfirmed، autocreateaccount، autopatrol، bigdelete، block، blockemail، bot، browsearchive، changetags، createaccount، createpage، createtalk، delete، deletechangetags، deletedhistory، deletedtext، deletelogentry، deleterevision، edit، editcontentmodel، editinterface، editprotected، editmyoptions، editmyprivateinfo، editmyusercss، editmyuserjson، editmyuserjs، editmywatchlist، editsemiprotected، editsitecss، editsitejson، editsitejs، editusercss، edituserjson، edituserjs، hideuser، import، importupload، ipblock-exempt، managechangetags، markbotedits، mergehistory، minoredit، move، movefile، move-categorypages، move-rootuserpages، move-subpages، nominornewtalk، noratelimit، override-export-depth، pagelang، patrol، patrolmarks، protect، purge، read، reupload، reupload-own، reupload-shared، rollback، sendemail، siteadmin، suppressionlog، suppressredirect، suppressrevision، unblockself، undelete، unwatchedpages، upload، upload_by_url، userrights، userrights-interwiki، viewmyprivateinfo، viewmywatchlist، viewsuppressed، writeapi، skipcaptcha، gadgets-edit، gadgets-definition-edit، nuke، renameuser، spamblacklistlog، replacetext، interwiki
- Maximum number of values is ۵۰ (۵۰۰ for bots).
- auprop
- Which pieces of information to include: - blockinfo
- Adds the information about a current block on the user.
- groups
- Lists groups that the user is in. This uses more server resources and may return fewer results than the limit.
- implicitgroups
- Lists all the groups the user is automatically in.
- rights
- فهرست دسترسیهایی که کاربر دارد.
- editcount
- شمار ويرایش کاربر را میافزايد
- registration
- زمان ثبت نام کاربر را در صورت وجود میافزايد (ممکن است خالی باشد)
- centralids
- Adds the central IDs and attachment status for the user.
 
- Values (separate with | or alternative): blockinfo، groups، implicitgroups، rights، editcount، registration، centralids
- aulimit
- تعداد کل نامهای کاربری برای بازگرداندن. 
- بيش از ۵۰۰ (برای رباتها ۵٬۰۰۰) مجاز نيست
- Type: integer or max
- پیشفرض: 10
- auwitheditsonly
- فقط کاربرانی را که ويرایش داشته اند ليست کن 
- Type: boolean (details)
- auactiveusers
- فقط کاربرانی را ليست کن که در 30 روز گذشته فعاليت داشتهاند 
- Type: boolean (details)
- auattachedwiki
- With auprop=centralids, also indicate whether the user is attached with the wiki identified by this ID. 
- List users starting at Y.
- api.php?action=query&list=allusers&aufrom=Y [open in sandbox]