MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
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
- Predefinito: ascending
- augroup
Includi solo gli utenti nei gruppi indicati.
- Valori (separati da | o alternativa): bot, sysop, bureaucrat
- auexcludegroup
Escludi gli utenti nei gruppi indicati.
- Valori (separati da | o alternativa): bot, sysop, bureaucrat
- 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): 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, 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
- Il numero massimo di valori è 50 (500 per i bot).
- auprop
Quali pezzi di 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, groups, implicitgroups, rights, editcount, registration, centralids
- aulimit
Quanti nomi utente totali restituire.
- Non più di 500 (5 000 per bot) consentito.
- Tipo: intero o max
- Predefinito: 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]