MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
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, sysop, interface-admin, bureaucrat
- auexcludegroup
Exkludera användare i de givna grupperna.
- Värden (separerade med | eller alternativ): bot, sysop, interface-admin, bureaucrat
- 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, 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, confirmaccount, requestips, lookupcredentials
- Maximum number of values is 50 (500 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
- 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, groups, implicitgroups, rights, editcount, registration, centralids
- aulimit
Hur många användarnamn att returnera totalt.
- Inte mer än 500 (5 000 för robotar) tillåts.
- Type: integer or max
- 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]