মিডিয়াউইকি এপিআই সাহায্য

This is an auto-generated MediaWiki API documentation page.

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

action=createlocalaccount

(main | createlocalaccount)
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: CentralAuth
  • License: GPL-2.0-or-later

জোর করে একটি স্থানীয় অ্যাকাউন্ট তৈরি

Specific parameters:
Other general parameters are available.
username

User to create the local account for.

This parameter is required.
reason

Reason for creating the local account.

token

A "csrf" token retrieved from action=query&meta=tokens

This parameter is required.
Example:
জোর করে User:Example-এর জন্য একটি স্থানীয় অ্যাকাউন্ট তৈরি করুন।
api.php?action=createlocalaccount&username=Example&reason=Because+I+can [open in sandbox]