MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=globalallusers (agu)

(main | query | globalallusers)

Enumerate all global users.

Specific parameters:
Other general parameters are available.
agufrom

सदस्यनाम की गिनती (स्थान/सदस्यनाम) से प्रारंभ हो रही है।

aguto

सदस्यनाम की गिनती (स्थान/सदस्यनाम) पर समाप्त हो रही है।

aguprefix

इस मूल्य से प्रारंभ होने वाले सभी सदस्यों को खोजिए।

agudir

छँटाई करने की दिशा

One of the following values: ascending, descending
Default: ascending
agugroup

दिए गए वैश्विक समूहों तक सदस्यों को सीमित रखें।

Values (separate with | or alternative): abusefilter-helper, abusefilter-maintainer, apihighlimits-requestor, captcha-exempt, founder, global-bot, global-deleter, global-flow-create, global-interface-editor, global-ipblock-exempt, global-rollbacker, global-sysop, new-wikis-importer, oathauth-tester, ombuds, recursive-export, staff, steward, sysadmin, vrt-permissions, wmf-email-block-override, wmf-researcher
aguexcludegroup

दिए गए वैश्विक समूहों के सदस्यों को अलग रखिए।

Values (separate with | or alternative): abusefilter-helper, abusefilter-maintainer, apihighlimits-requestor, captcha-exempt, founder, global-bot, global-deleter, global-flow-create, global-interface-editor, global-ipblock-exempt, global-rollbacker, global-sysop, new-wikis-importer, oathauth-tester, ombuds, recursive-export, staff, steward, sysadmin, vrt-permissions, wmf-email-block-override, wmf-researcher
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.
Values (separate with | or alternative): existslocally, groups, lockinfo
agulimit

कितने कुल सदस्यनाम लौटाने चाहिए।

Type: integer or max
The value must be between 1 and 500.
Default: 10
Examples:
वैश्विक सदस्यों को सूचीबद्ध कीजिए
api.php?action=query&list=globalallusers [open in sandbox]
"ABC" से प्रारंभ होने वाले वैश्विक सदस्यों के बारे में कुछ जानकारी प्रदान कीजिए
api.php?action=query&list=globalallusers&agufrom=ABC&aguprop=lockinfo|groups|existslocally [open in sandbox]