admCreateAccount
Syntax | admCreateAccount(email, atlproducts) | Package | adm |
Alias |
| Pkg Usage | [use "adm"; createAccount(email, atlproducts);] |
Description
Adds an account on the system. You need to specify an array of Jira products. NOTE: Requires admin token to be set!
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
string | Yes | The email of the user to be added | |
atlproducts | string [] | Yes | Array of products, may be jira-core/jira-software/jira-servicedesk |
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
Need support? Create a request with our support team.
Copyright © 2005 - 2026 Appfire | All rights reserved.