Skip to end of banner
Go to start of banner

admCreateUser

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

  • No labels