මාධ්යවිකි API උදවු
මෙය ස්වයං-ජනිත මාධ්යවිකි API ප්රලේඛන පිටුවකි.
ප්රලේඛනය සහ උදාහරණ: https://www.mediawiki.org/wiki/API
action=userrights
(main | userrights)
- මෙම ඒකකය සදහා හිමිකම් කියවීම අවශ්ය වේ.
- මෙම ඒකකය සදහා හිමිකම් ලිවීම අවශ්ය වේ.
- මෙම ඒකකය POST ඉල්ලීම් පමණක් බාරගනී.
- Source: MediaWiki
- License: GPL-2.0+
Change a user's group membership.
පරාමිතීන්:
- user
පරිශීලක නාමය.
- Type: user name
- userid
පරිශීලක අනන්යාංකය.
- Type: integer
- add
Add the user to these groups.
- වටිනාකම් ("|" සමග වෙන් කරන්න): bot, sysop, bureaucrat, නිලබලධාරියෝ
- remove
Remove the user from these groups.
- වටිනාකම් ("|" සමග වෙන් කරන්න): bot, sysop, bureaucrat, නිලබලධාරියෝ
- reason
Reason for the change.
- Default: (හිස්)
- token
action=query&meta=tokens මගින් "userrights" සංඥාව සොයාගන්නා ලදී
For compatibility, the token used in the web UI is also accepted.
- මෙම පරාමිතිය අවශ්යයි.
උදාහරණ:
- 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 [open in sandbox]
- 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 [open in sandbox]