MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

action=createaccount

(maincreateaccount)
  • This module requires write rights.
  • This module only accepts POST requests.

Create a new user account.

Параметры:
name

Ім'я користувача.

Этот параметр является обязательным.
password

Пароль (ігнорується, якщо встановлено mailpassword).

domain

Домен для зовнішньої аутентифікації (опціонально).

token

Account creation token obtained in first request.

email

Email address of user (optional).

realname

Real name of user (optional).

mailpassword

If set to any value, a random password will be emailed to the user.

reason

Optional reason for creating the account to be put in the logs.

language

Language code to set as default for the user (optional, defaults to content language).

Примеры:
Create user testuser with password test123.
api.php?action=createaccount&name=testuser&password=test123
Create user testmailuser and email a randomly-generated password.
api.php?action=createaccount&name=testmailuser&mailpassword=true&reason=MyReason
Developed by Інститут Програмних Систем