admCreateUser

Description

Creates the user and configures it with the username, displayName, email, password and directoryName.

Parameters

Return Type

Boolean

Returns "true" if the user was created and "false" if not.

Examples

Example 1

createUser("user", "fullname", "user@example.com", "password");

Example 2

createUser("user2", "fullname2", "user2@example.com", "password", "JIRA Internal Directory");

See also