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)
- Questo modulo richiede i diritti di lettura.
- Fonte: MediaWiki
- Licenza: GPL-2.0-or-later
Enumerate all registered users.
- aufrom
Il nome utente da cui iniziare l'elenco.
- auto
Il nome utente al quale interrompere l'elenco.
- auprefix
Ricerca per tutti gli utenti che iniziano con questo valore.
- audir
Direzione dell'ordinamento.
- Uno dei seguenti valori: ascending, descending
- Default: ascending
- augroup
Includi solo gli utenti dei gruppi indicati. Non include gruppi impliciti o auto-promossi come *, utente o autoconfermato.
- Valori (separati da | o alternativa): autopatrolled, avs, bot, bureaucrat, checkuser, delete, editinterface, extendedmover, founder, import, interface-admin, push-subscription-manager, rollback, steward, suppress, sysop, templateeditor, uploadaccess
- auexcludegroup
Escludi gli utenti nei gruppi indicati.
- Valori (separati da | o alternativa): autopatrolled, avs, bot, bureaucrat, checkuser, delete, editinterface, extendedmover, founder, import, interface-admin, push-subscription-manager, rollback, steward, suppress, sysop, templateeditor, uploadaccess
- aurights
Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.
- Valori (separati da | o alternativa): abusefilter-bypass-blocked-external-domains, abusefilter-hidden-log, abusefilter-hide-log, abusefilter-log, abusefilter-log-detail, abusefilter-log-private, abusefilter-modify, abusefilter-modify-blocked-external-domains, abusefilter-modify-global, abusefilter-modify-restricted, abusefilter-privatedetails, abusefilter-privatedetails-log, abusefilter-revert, abusefilter-view, abusefilter-view-private, apihighlimits, applychangetags, autoconfirmed, autocreateaccount, autopatrol, bigdelete, block, blockemail, bot, browsearchive, centralauth-createlocal, centralauth-lock, centralauth-merge, centralauth-rename, centralauth-suppress, centralauth-unmerge, changeemail, changetags, checkuser, checkuser-log, checkuser-temporary-account, checkuser-temporary-account-log, checkuser-temporary-account-no-preference, confirmaccount, confirmaccount-notify, confirmemail, createaccount, createpage, createtalk, 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, globalblock, globalblock-exempt, globalblock-whitelist, globalgroupmembership, globalgrouppermissions, hideuser, import, importupload, interwiki, ipblock-exempt, linkpurge, lookupcredentials, mailpassword, manage-all-push-subscriptions, managechangetags, markbotedits, mergehistory, minoredit, move, move-categorypages, move-rootuserpages, move-subpages, movefile, nominornewtalk, noratelimit, override-antispoof, override-export-depth, pagelang, patrol, patrolmarks, protect, purge, read, renameuser, renderfile, renderfile-nonstandard, requestips, reupload, reupload-own, reupload-shared, rollback, sendemail, siteadmin, skipcaptcha, stashbasehtml, stashedit, suppressionlog, suppressredirect, suppressrevision, thanks-notification, unblockself, undelete, unwatchedpages, upload, upload_by_url, userrights, userrights-interwiki, viewmyprivateinfo, viewmywatchlist, viewsuppressed, voteny, writeapi
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
- auprop
Quali informazioni includere:
- 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.
- Valori (separati da | o alternativa): blockinfo, centralids, editcount, groups, implicitgroups, registration, rights
- aulimit
Quanti nomi utente totali restituire.
- Tipo: intero o max
- The value must be between 1 and 500.
- Default: 10
- auwitheditsonly
Only list users who have made edits.
- Tipo: booleano (dettagli)
- auactiveusers
Only list users active in the last 30 days.
- Tipo: booleano (dettagli)
- 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 [apri in una sandbox]