/
admCreateUser
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
, multiple selections available,
Related content
admGetUserLogin
admGetUserLogin
More like this
User Administration Functions
User Administration Functions
Read with this
admCreateUser
admCreateUser
More like this
Simple Issue Language
Simple Issue Language
Read with this
admCreateAccount
admCreateAccount
More like this
User-defined functions (UDFs)
User-defined functions (UDFs)
Read with this