MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/API
list=allusers (au)
- このモジュールは読み取りの権限を必要とします。
- Source: MediaWiki
- License: GPL-2.0+
すべての登録利用者を一覧表示します。
パラメーター:
- aufrom
列挙を開始する利用者名。
- auto
列挙を終了する利用者名。
- auprefix
この値で始まるすべての利用者を検索する。
- audir
Direction to sort in.
- 値 (次の値のいずれか1つ): ascending、descending
- 既定値: ascending
- augroup
このグループに所属する利用者のみを結果に含める。
- 値 (|で区切る): bot、sysop、bureaucrat
- auexcludegroup
このグループに所属する利用者を結果から除外する。
- 値 (|で区切る): 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.
- 値 (|で区切る): 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、gadgets-edit、gadgets-definition-edit、nuke、renameuser
- 値の最大値は 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).
- 値 (|で区切る): blockinfo、groups、implicitgroups、rights、editcount、registration
- aulimit
返す利用者名の総数。
- No more than 500 (5,000 for bots) allowed.
- Type: integer or max
- 既定値: 10
- auwitheditsonly
編集履歴のある利用者のみ一覧表示する。
- Type: boolean (details)
- auactiveusers
最近 30 日間のアクティブな利用者のみを一覧表示する。
- Type: boolean (details)
例:
- Y で始まる利用者を一覧表示する。
- api.php?action=query&list=allusers&aufrom=Y