MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=globalallusers (agu)
- このモジュールは読み取りの権限を必要とします。
- ソース: CentralAuth
- ライセンス: GPL-2.0-or-later
Enumerate all global users.
パラメーター:
その他一般パラメーターが利用可能です。
- agufrom
The username to start enumerating from.
- aguto
The username to stop enumerating at.
- aguprefix
Search for all users that begin with this value.
- agudir
Direction to sort in.
- 値 (次の値のいずれか1つ): ascending、descending
- 既定: ascending
- agugroup
Limit users to given global groups.
- 値 (| または別の文字列で区切る): abusefilter-maintainer、founder、global-bot、global-deleter、global-interface-editor、global-rollbacker、steward
- aguexcludegroup
Exclude users in given global groups.
- 値 (| または別の文字列で区切る): abusefilter-maintainer、founder、global-bot、global-deleter、global-interface-editor、global-rollbacker、steward
- aguprop
What pieces of information to include:
- lockinfo
- Whether the user account is locked.
- groups
- Lists global groups that the user is in. This uses more server resources and may return fewer results than the limit.
- existslocally
- Adds the information if the user exists locally.
- 値 (| または別の文字列で区切る): existslocally、groups、lockinfo
- agulimit
How many total usernames to return.
- 型: 整数または max
- 値は1以上500以下です。
- 既定: 10
例:
- List global users
- api.php?action=query&list=globalallusers [サンドボックスで開く]
- Show some information for global users starting from "ABC"
- api.php?action=query&list=globalallusers&agufrom=ABC&aguprop=lockinfo|groups|existslocally [サンドボックスで開く]