admCreateAccount
Description
Adds an account on the system. You need to specify an array of Jira products. NOTE: Requires admin token to be set!
Parameters
Return Type
An invitation is sent for that user.
Example
admCreateAccount("thecool@company.com", {"jira-core","jira-software","jira-servicedesk"});
Returns the created user
See also
Peacock