Do not send email when creating new user

Srilatha Pokala May 29, 2015

Currently in JIRA when I create new user, it sends out email, is there any setting we can control this behavior?

I do not want JIRA to send email for every new user.

we use REST API to create user, can we control sending email?

1 answer

0 votes
Pedro Cora
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 29, 2015

If you are using the USER end point (https://docs.atlassian.com/jira/REST/latest/#d2e985) then no e-mail should be sent:

Create user. By default created user will not be notified with email. If password field is not set then password will be randomly generated.

Suggest an answer

Log in or Sign up to answer