رہنمائے میڈیاویکی اےپیآئی
ذیل میں میڈیاویکی اےپیآئی کی دستاویزی تفصیلات درج ہیں جو خودکار طور پر لکھی گئی ہیں۔
دستاویز اور مثالوں کے لیے ملاحظہ فرمائیں: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=userrights
- اس ماڈیول کے لیے اختیارات مطالعہ درکار ہیں۔
- اس ماڈیول کو اختیارات تحریر درکار ہیں۔
- یہ ماڈیول فقط POST کی درخواستیں قبول کرتا ہے۔
- ماخذ: MediaWiki
- اجازت نامہ: GPL-2.0-or-later
Change a user's group membership.
- user
User.
- طرز: صارف، بذریعہ صارف نام اور صارف کا شناختی نمبر (مثلاً "#12345")
- userid
- Deprecated.
Specify user=#ID instead.
- Type: integer
- add
Add the user to these groups, or if they are already a member, update the expiry of their membership in that group.
- قدریں (| سے امتیاز کیا گیا ہے یا متبادل): bot، bureaucrat، interface-admin، suppress، sysop
- expiry
Expiry timestamps. May be relative (e.g. 5 months or 2 weeks) or absolute (e.g. 2014-09-18T12:34:56Z). If only one timestamp is set, it will be used for all groups passed to the add parameter. Use infinite, indefinite, infinity, or never for a never-expiring user group.
- Separate values with | or alternative.
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
- طے شدہ: infinite
- remove
Remove the user from these groups.
- قدریں (| سے امتیاز کیا گیا ہے یا متبادل): bot، bureaucrat، interface-admin، suppress، sysop
- reason
Reason for the change.
- طے شدہ: (خالی)
- token
A "userrights" token retrieved from action=query&meta=tokens
For compatibility, the token used in the web UI is also accepted.
- یہ پیرامیٹر لازمی ہے۔
Change tags to apply to the entry in the user rights log.
- قدریں (| سے امتیاز کیا گیا ہے یا متبادل):
- watchuser
Watch the user's user and talk pages.
- طرز: بولین (تفصیلات)
- Add user FooBot to group bot, and remove from groups sysop and bureaucrat.
- api.php?action=userrights&user=FooBot&add=bot&remove=sysop|bureaucrat&token=123ABC [تختۂ مشق میں کھولیں]
- Add the user with ID 123 to group bot, and remove from groups sysop and bureaucrat.
- api.php?action=userrights&userid=123&add=bot&remove=sysop|bureaucrat&token=123ABC [تختۂ مشق میں کھولیں]
- Add user SometimeSysop to group sysop for 1 month.
- api.php?action=userrights&user=SometimeSysop&add=sysop&expiry=1%20month&token=123ABC [تختۂ مشق میں کھولیں]