Email notification on adding Customer to Organization with Jira Rest API

Hello,

I’m working on synchronization between Jira and our internal portal through Jira Rest API. Now I should add customers to the Organization in Jira, but unfortunately I didn’t found the possibility to send invitation email to that Customers during this process. Can you help me in this question, maybe there are some property or other methods to do that? I’ll be very appreciated for your help.

Thanks, Arthur.

This indicates there is a support for notification key in Create User API call you could set to true to send the email to invited user to finish up the account set up. Try this, maybe it will help.