pem.createDatabaseUser

This method is supported by Operations starting from version 2.3.

This method creates new database user which can access specific database.

One can create only one user with particular name so the user can access only one database.

Name

Type

Short Description

db_id

int

The ID of Database new User will be able to access

user

string

The name of new User

password

string

User's password

Method will return an ID of created user.

The method has the following output parameters:

Name

Type

Short Description

user_id

int

ID of the created User