미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=allusers (au)
- 이 모듈은 read 권한을 요구합니다.
- 출처: MediaWiki
- 라이선스: GPL-2.0-or-later
등록된 모든 사용자를 열거합니다.
특정 변수:
다른 일반 변수를 사용할 수 있습니다.
- aufrom
- The username to start enumerating from. 
- auto
- The username to stop enumerating at. 
- auprefix
- Search for all users that begin with this value. 
- audir
- 정렬 방향. 
- 다음 값 중 하나: ascending, descending 또는 다른 문자열: ascending, descending
- 기본값: ascending
- augroup
- Only include users in the given groups. 
- 값 (|로 구분): bot, bureaucrat, commentadmin, csmoderator, forumadmin, interface-admin, suppress, sysop 또는 다른 문자열: bot, bureaucrat, commentadmin, csmoderator, forumadmin, interface-admin, suppress, sysop
- auexcludegroup
- Exclude users in the given groups. 
- 값 (|로 구분): bot, bureaucrat, commentadmin, csmoderator, forumadmin, interface-admin, suppress, sysop 또는 다른 문자열: bot, bureaucrat, commentadmin, csmoderator, forumadmin, interface-admin, suppress, sysop
- 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, autocreateaccount, autopatrol, bigdelete, block, blockemail, bot, browsearchive, changetags, comment, comment-delete-own, commentadmin, commentlinks, createaccount, createclass, createpage, createtalk, cs-comment, cs-moderator-delete, cs-moderator-edit, delete, delete-redirect, deletechangetags, deletedhistory, deletedtext, deletelogentry, deleterevision, edit, editcontentmodel, editinterface, editmyoptions, editmyprivateinfo, editmyusercss, editmyuserjs, editmyuserjson, editmyuserjsredirect, editmywatchlist, editprotected, editrestrictedfields, editsemiprotected, editsitecss, editsitejs, editsitejson, editusercss, edituserjs, edituserjson, gadgets-definition-edit, gadgets-edit, hideuser, import, importupload, interwiki, ipblock-exempt, managechangetags, markbotedits, mergehistory, minoredit, move, move-categorypages, move-rootuserpages, move-subpages, movefile, multipageedit, nominornewtalk, noratelimit, nuke, oathauth-api-all, oathauth-disable-for-user, oathauth-enable, oathauth-verify-user, oathauth-view-log, override-export-depth, pagelang, patrol, patrolmarks, protect, purge, read, renameuser, replacetext, reupload, reupload-own, reupload-shared, rollback, sboverride, sendemail, siteadmin, skipcaptcha, spamblacklistlog, suppressionlog, suppressredirect, suppressrevision, tboverride, tboverride-account, titleblacklistlog, unblockself, undelete, unwatchedpages, upload, upload_by_url, userrights, userrights-interwiki, viewedittab, viewmyprivateinfo, viewmywatchlist, viewsuppressed, wikiforum-admin, wikiforum-moderator, writeapi 또는 다른 문자열: apihighlimits, applychangetags, autoconfirmed, autocreateaccount, autopatrol, bigdelete, block, blockemail, bot, browsearchive, changetags, comment, comment-delete-own, commentadmin, commentlinks, createaccount, createclass, createpage, createtalk, cs-comment, cs-moderator-delete, cs-moderator-edit, delete, delete-redirect, deletechangetags, deletedhistory, deletedtext, deletelogentry, deleterevision, edit, editcontentmodel, editinterface, editmyoptions, editmyprivateinfo, editmyusercss, editmyuserjs, editmyuserjson, editmyuserjsredirect, editmywatchlist, editprotected, editrestrictedfields, editsemiprotected, editsitecss, editsitejs, editsitejson, editusercss, edituserjs, edituserjson, gadgets-definition-edit, gadgets-edit, hideuser, import, importupload, interwiki, ipblock-exempt, managechangetags, markbotedits, mergehistory, minoredit, move, move-categorypages, move-rootuserpages, move-subpages, movefile, multipageedit, nominornewtalk, noratelimit, nuke, oathauth-api-all, oathauth-disable-for-user, oathauth-enable, oathauth-verify-user, oathauth-view-log, override-export-depth, pagelang, patrol, patrolmarks, protect, purge, read, renameuser, replacetext, reupload, reupload-own, reupload-shared, rollback, sboverride, sendemail, siteadmin, skipcaptcha, spamblacklistlog, suppressionlog, suppressredirect, suppressrevision, tboverride, tboverride-account, titleblacklistlog, unblockself, undelete, unwatchedpages, upload, upload_by_url, userrights, userrights-interwiki, viewedittab, viewmyprivateinfo, viewmywatchlist, viewsuppressed, wikiforum-admin, wikiforum-moderator, writeapi
- 값의 최대 수는 50(더 높은 제한이 허용된 클라이언트의 경우 500)입니다.
- auprop
- 포함할 정보: - blockinfo
- 현재 차단된 사용자의 정보를 추가함.
- 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
- 사용자의 편집 수를 추가합니다.
- registration
- Adds the timestamp of when the user registered if available (may be blank).
- centralids
- Adds the central IDs and attachment status for the user.
 
- 값 (|로 구분): blockinfo, centralids, editcount, groups, implicitgroups, registration, rights 또는 다른 문자열: blockinfo, centralids, editcount, groups, implicitgroups, registration, rights
- aulimit
- How many total usernames to return. 
- 유형: 정수 또는 max
- 값은 1와 500 사이여야 합니다.
- 기본값: 10
- auwitheditsonly
- 편집을 한 사용자만 나열합니다. 
- 유형: 불리언 (자세한 정보)
- auactiveusers
- Only list users active in the last 30 days. 
- 유형: 불리언 (자세한 정보)
- auattachedwiki
- With auprop=centralids, also indicate whether the user is attached with the wiki identified by this ID. 
예시:
- Y로 시작하는 사용자를 나열합니다.
- api.php?action=query&list=allusers&aufrom=Y [연습장에서 열기]