Справка MediaWiki API

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

list=allusers (au)

(main | query | allusers)
  • Этот модуль требует прав на чтение.
  • Источник: MediaWiki
  • Лицензия: GPL-2.0+

Enumerate all registered users.

Параметры:
aufrom

The user name to start enumerating from.

auto

The user name to stop enumerating at.

auprefix

Search for all users that begin with this value.

audir

Direction to sort in.

One value: ascending, descending
По умолчанию: ascending
augroup

Only include users in the given groups.

Values (separate with |): bot, sysop, bureaucrat, smwadministrator
auexcludegroup

Exclude users in the given groups.

Values (separate with |): bot, sysop, bureaucrat, smwadministrator
aurights

Only include users with the given rights. Does not include rights granted by implicit or auto-promoted groups like *, user, or autoconfirmed.

Values (separate with |): apihighlimits, applychangetags, autoconfirmed, autopatrol, bigdelete, block, blockemail, bot, browsearchive, changetags, createaccount, createpage, createtalk, delete, deletedhistory, deletedtext, deletelogentry, deleterevision, edit, editcontentmodel, editinterface, editprotected, editmyoptions, editmyprivateinfo, editmyusercss, editmyuserjs, editmywatchlist, editsemiprotected, editusercssjs, editusercss, edituserjs, hideuser, import, importupload, ipblock-exempt, managechangetags, markbotedits, mergehistory, minoredit, move, movefile, move-categorypages, move-rootuserpages, move-subpages, nominornewtalk, noratelimit, override-export-depth, pagelang, passwordreset, patrol, patrolmarks, protect, proxyunbannable, 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, geocode, viewedittab, editrestrictedfields, createclass, smw-admin
Максимальное количество значений должно быть 50 (500 для ботов).
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).
Values (separate with |): blockinfo, groups, implicitgroups, rights, editcount, registration
aulimit

How many total user names to return.

Разрешено не более чем 500 (5000 для ботов).
Тип: целое число или max
По умолчанию: 10
auwitheditsonly

Only list users who have made edits.

Тип: двоичный (details)
auactiveusers

Only list users active in the last 30 days.

Тип: двоичный (details)
Пример:
List users starting at Y.
api.php?action=query&list=allusers&aufrom=Y