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
list=allusers (au)
- Denna modul kräver läsrättigheter.
- Source: 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
Sök för alla användare som börjar med detta värde.
- audir
Riktning att sortera i.
- Ett av följande värden: ascending, descending
- Default: ascending
- augroup
Inkludera bara användare i de givna grupperna.
- Värden (separerade med | eller alternativ): bot, bureaucrat, interface-admin, suppress, sysop
- auexcludegroup
Exkludera användare i de givna grupperna.
- Värden (separerade med | eller alternativ): bot, bureaucrat, interface-admin, suppress, sysop
- aurights
Inkludera bara användare med de givna rättigheterna. Inkluderar inte rättigheter givna med implicita eller automatiskt promotade grupper som *, användare, eller auto-konfirmerad.
- Värden (separerade med | eller alternativ): apihighlimits, applychangetags, autoconfirmed, autocreateaccount, autopatrol, bigdelete, block, blockemail, bot, browsearchive, changetags, createaccount, createpage, createtalk, delete, deletechangetags, deletedhistory, deletedtext, deletelogentry, deleterevision, edit, editcontentmodel, editinterface, editmyoptions, editmyprivateinfo, editmyusercss, editmyuserjs, editmyuserjson, editmyuserjsredirect, editmywatchlist, editprotected, editsemiprotected, editsitecss, editsitejs, editsitejson, editusercss, edituserjs, edituserjson, hideuser, import, importupload, ipblock-exempt, managechangetags, markbotedits, mergehistory, minoredit, move, move-categorypages, move-rootuserpages, move-subpages, movefile, nominornewtalk, noratelimit, override-export-depth, pagelang, patrol, patrolmarks, protect, purge, read, reupload, reupload-own, reupload-shared, rollback, sendemail, siteadmin, spamblacklistlog, suppressionlog, suppressredirect, suppressrevision, unblockself, undelete, unwatchedpages, upload, upload_by_url, userrights, userrights-interwiki, viewmyprivateinfo, viewmywatchlist, viewsuppressed, writeapi
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
- 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
- Lists rights that the user has.
- editcount
- Adds the edit count of the user.
- registration
- Adds the timestamp of when the user registered if available (may be blank).
- centralids
- Adds the central IDs and attachment status for the user.
- Värden (separerade med | eller alternativ): blockinfo, centralids, editcount, groups, implicitgroups, registration, rights
- aulimit
Hur många användarnamn att returnera totalt.
- Type: integer or max
- The value must be between 1 and 500.
- Default: 10
- auwitheditsonly
Lista bara användare som har gjort redigeringar.
- Type: boolean (details)
- auactiveusers
Lista bara användare aktiva i dem sista 30dagarna.
- Type: boolean (details)
- auattachedwiki
With auprop=centralids, also indicate whether the user is attached with the wiki identified by this ID.
- Lista användare som börjar på Y.
- api.php?action=query&list=allusers&aufrom=Y [open in sandbox]