MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
meta=globaluserinfo (gui)
- このモジュールは読み取りの権限を必要とします。
- ソース: CentralAuth
- ライセンス: GPL-2.0-or-later
Show information about a global user.
パラメーター:
その他一般パラメーターが利用可能です。
- guiuser
User to get information about. If guiuser and guiid both are omitted, it defaults to the current user.
- 型: 利用者名、臨時利用者 および インターウィキの名前(例: "prefix>ExampleName")のいずれかを使った利用者
- guiid
Global user ID to get information about. If guiuser and guiid both are omitted, it defaults to the current user.
- 型: 整数
- guiprop
Which properties to get:
- groups
- Get a list of global groups this user belongs to.
- rights
- Get a list of global rights this user has.
- merged
- Get a list of merged accounts.
- unattached
- Get a list of unattached accounts.
- editcount
- Get the user's global edit count.
- 値 (| または別の文字列で区切る): editcount、groups、merged、rights、unattached
例:
- Get information about the current global user
- api.php?action=query&meta=globaluserinfo [サンドボックスで開く]
- Get information about global user Example
- api.php?action=query&meta=globaluserinfo&guiuser=Example&guiprop=groups|merged|unattached [サンドボックスで開く]