MediaWiki API ヘルプ

このページは自動生成された MediaWiki Action API の説明文書ページです。

list=allusers (au)

(main | query | allusers)
  • このモジュールは読み取りの権限を必要とします。
  • ソース: MediaWiki
  • ライセンス: GPL-2.0-or-later

すべての登録利用者を一覧表示します。

特定のパラメータ:
その他一般パラメーターが利用可能です。
aufrom

列挙を開始する利用者名。

auto

列挙を終了する利用者名。

auprefix

この値で始まるすべての利用者を検索する。

audir

並べ替えの方向。

値 (次の値のいずれか1つ): ascending、descending
既定: ascending
augroup

このグループに所属する利用者のみを結果に含める。 *, user, あるいは autoconfirmed のような暗黙または自動昇格されたグループは含みません。

値 (| または別の文字列で区切る): Autopatrolled、bot、bureaucrat、checkuser、emailconfirmed、interface-admin、push-subscription-manager、steward、suppress、sysop、temporary-account-viewer
auexcludegroup

このグループに所属する利用者を結果から除外する。

値 (| または別の文字列で区切る): Autopatrolled、bot、bureaucrat、checkuser、emailconfirmed、interface-admin、push-subscription-manager、steward、suppress、sysop、temporary-account-viewer
aurights

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

値 (| または別の文字列で区切る): apihighlimits、applychangetags、autoconfirmed、autocreateaccount、autopatrol、badcaptcha、bigdelete、block、blockemail、bot、browsearchive、centralauth-createlocal、centralauth-lock、centralauth-merge、centralauth-rename、centralauth-suppress、centralauth-unmerge、changeemail、changetags、checkuser、checkuser-log、checkuser-suggested-investigations、checkuser-temporary-account、checkuser-temporary-account-auto-reveal、checkuser-temporary-account-log、checkuser-temporary-account-no-preference、checkuser-userinfo、confirmemail、createaccount、createpage、createtalk、createwithcontentmodel、delete、delete-redirect、deletechangetags、deletedhistory、deletedtext、deletelogentry、deleterevision、echo-create、echo-read-notifications、edit、editcontentmodel、editinterface、editmyoptions、editmyprivateinfo、editmyusercss、editmyuserjs、editmyuserjson、editmyuserjsredirect、editmywatchlist、editprotected、editsemiprotected、editsitecss、editsitejs、editsitejson、editusercss、edituserjs、edituserjson、embedvideo-refreshmetadata、globalgroupmembership、globalgrouppermissions、hideuser、ignore-restricted-groups、import、importupload、interwiki、ipblock-exempt、linkpurge、logentryimport、mailpassword、manage-all-push-subscriptions、managechangetags、markbotedits、mergehistory、minoredit、move、move-categorypages、move-rootuserpages、move-subpages、movefile、nominornewtalk、noratelimit、nuke、override-antispoof、override-export-depth、pagelang、patrol、patrolmarks、protect、purge、read、renameuser、renameuser-global、renderfile、renderfile-nonstandard、replacetext、reupload、reupload-own、reupload-shared、rollback、sboverride、sendemail、siteadmin、skipcaptcha、spamblacklistlog、stashbasehtml、stashedit、suppressionlog、suppressredirect、suppressrevision、tboverride、tboverride-account、thanks-notification、titleblacklistlog、torunblocked、unblockself、undelete、unwatchedpages、upload、upload_by_url、userrights、userrights-interwiki、viewmyprivateinfo、viewmywatchlist、viewsuppressed
値の最大数は 50 です (より高い上限が許可されているクライアントでは 500)。
auprop

どの情報を結果に含めるか:

blockinfo
利用者に対する現在のブロックに関する情報を追加します。
groups
利用者が所属する利用者グループを一覧表示します。これはサーバー資源を多めに使用するので、返る結果が制限値より少なくなります。
implicitgroups
Lists all the groups the user is automatically in.
rights
利用者が持っている権限を一覧表示します。
editcount
利用者の編集回数を追加します。
registration
可能な場合、利用者の登録日時のタイムスタンプを追加します (空白になるかもしれません)。
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.
値 (| または別の文字列で区切る): blockinfo、centralids、editcount、groups、implicitgroups、registration、rights、tempexpired
aulimit

返す利用者名の総数。

型: 整数または max
値は1以上500以下です。
既定: 10
auwitheditsonly

編集履歴のある利用者のみ一覧表示する。

型: 真偽値 (詳細)
auactiveusers

最近 30 日間のアクティブな利用者のみを一覧表示する。

型: 真偽値 (詳細)
auattachedwiki

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

auexcludenamed

Exclude users of named accounts.

型: 真偽値 (詳細)
auexcludetemp

Exclude users of temporary accounts.

型: 真偽値 (詳細)
例:
Y で始まる利用者を一覧表示する。
api.php?action=query&list=allusers&aufrom=Y [サンドボックスで開く]