BBjAdmin::removeUser

Description

In BBj 7.0 and higher, this method removes a user from the system.

Syntax

Return Value

Method

void

removeUser(string username)

Parameters

Variable

Description

username

The name of the user to be removed.

Return Value

None.

Remarks

None.

Example

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

See Also

BBjAPI

BBjAdmin

BBjAdminEnvironment

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