MediaWiki API help

This is an auto-generated MediaWiki Action API documentation page.

list=allusers (au)

(main | query | allusers)

Enumerate all registered users.

Specifika parametrar:
Other general parameters are available.
aufrom

The username to start enumerating from.

auto

The username 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
Standard: ascending
augroup

Inkludera endast användare i de angivna grupperna. Inkluderar inte implicita eller automatiskt befordrade grupper som *, användare eller autobekräftad.

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, changeemail, changetags, confirmemail, createaccount, createpage, createtalk, createwithcontentmodel, delete, delete-redirect, deletechangetags, deletedhistory, deletedtext, deletelogentry, deleterevision, edit, editcontentmodel, editinterface, editmyoptions, editmyprivateinfo, editmyusercss, editmyuserjs, editmyuserjson, editmyuserjsredirect, editmywatchlist, editprotected, editsemiprotected, editsitecss, editsitejs, editsitejson, editusercss, edituserjs, edituserjson, hideuser, ignore-restricted-groups, import, importupload, interwiki, ipblock-exempt, linkpurge, logentryimport, mailpassword, managechangetags, markbotedits, mergehistory, minoredit, move, move-categorypages, move-rootuserpages, move-subpages, movefile, nominornewtalk, noratelimit, override-export-depth, pagelang, patrol, patrolmarks, protect, purge, read, renameuser, renameuser-global, renderfile, renderfile-nonstandard, reupload, reupload-own, reupload-shared, rollback, sendemail, siteadmin, stashbasehtml, stashedit, suppressionlog, suppressredirect, suppressrevision, unblockself, undelete, unwatchedpages, upload, upload_by_url, userrights, userrights-interwiki, viewmyprivateinfo, viewmywatchlist, viewsuppressed
Högsta antalet värden är 50 (500 för klienter som tillåts högre gränser).
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.
tempexpired
Indicates whether the temporary account has expired or not. If account isn't temporary, null is returned.
Värden (separerade med | eller alternativ): blockinfo, centralids, editcount, groups, implicitgroups, registration, rights, tempexpired
aulimit

Hur många användarnamn att returnera totalt.

Type: integer or max
Värdet måste ligga mellan 1 och 500.
Standard: 10
auwitheditsonly

Lista bara användare som har gjort redigeringar.

Type: boolean (details)
auactiveusers

Lista bara användare aktiva under de sista 30 dagarna.

Type: boolean (details)
auattachedwiki

With auprop=centralids, also indicate whether the user is attached with the wiki identified by this ID.

auexcludenamed

Exclude users of named accounts.

Type: boolean (details)
auexcludetemp

Exclude users of temporary accounts.

Type: boolean (details)
Example:
Lista användare som börjar på Y.
api.php?action=query&list=allusers&aufrom=Y [open in sandbox]