Помоћ око Медијавикијевог API-ја
Ово је аутоматски генерисана документација за Медијавики API
Документација и примери: -{R|https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page}-
action=globaluserrights
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Извор: CentralAuth
- Лиценца: GPL-2.0-or-later
Додај/уклони корисника у/из глобалне групе.
- user
Глобално корисничко име.
- Тип: корисник, по: корисничко име и ID корисника (нпр. „#12345”)
- userid
- Deprecated.
Глобални кориснички ID.
- Type: integer
- add
Add the user to these global groups.
- Values (separate with | or alternative): abusefilter-maintainer, founder, global-bot, global-deleter, global-interface-editor, global-rollbacker, steward
- 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).
- Default: infinite
- remove
Уклони корисника из ових глобалних група.
- Values (separate with | or alternative): abusefilter-maintainer, founder, global-bot, global-deleter, global-interface-editor, global-rollbacker, steward
- reason
Разлог за промену.
- Подразумевано: (нема)
- token
A "userrights" token retrieved from action=query&meta=tokens
For compatibility, the token used in the web UI is also accepted.
- This parameter is required.
Овај параметар се тренутно се користи.
- Values (separate with | or alternative):
- Add user FooBot to global group "bot", and remove from global groups "sysop" and "bureaucrat"
- api.php?action=userrights&user=FooBot&add=bot&remove=sysop|bureaucrat&token=123ABC [open in sandbox]
- Add the global user with ID 123 to global group "bot", and remove from global groups "sysop" and "bureaucrat"
- api.php?action=userrights&userid=123&add=bot&remove=sysop|bureaucrat&token=123ABC [open in sandbox]