MediaWiki API ヘルプ

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

説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=globalallusers (agu)

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

Enumerate all global users.

パラメーター:
agufrom

The user name to start enumerating from.

aguto

The user name to stop enumerating at.

aguprefix

Search for all users that begin with this value.

agudir

Direction to sort in.

値 (次の値のいずれか1つ): ascending、descending
Default: ascending
agugroup

Limit users to given global groups.

値 (|もしくは別の文字列で区切る):
aguexcludegroup

Exclude users in given global groups.

値 (|もしくは別の文字列で区切る):
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 user names to return.

型: 整数または max
The value must be between 1 and 500.
Default: 10