BBjAdmin::addUser

Description

In BBj 7.0 and higher, this method adds a user.

Syntax

Return Value

Method

void

addUser(string userName, string password)

Parameters

Variable

Description

password

The password for the user.

userName

The name of the user to be added.

Return Value

None.

Remarks

None.

Example

Admin! = BBjAPI().getAdmin("adminName", "adminPassword")
Admin!.addUser("AUser", "Password")

See Also

BBjAPI

BBjAdmin

BBjAdminEnvironment

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.