Hi,
For our use-case (enabling SSO through the Service Desk portal for users that don't have a product license), we are creating our customers accounts through API with a Batch that reads our Active Directory. This is a workaround we thought of due to https://jira.atlassian.com/browse/JSDCLOUD-630 .
The problem is: both APIs that I could find are sending email notifications on user creation. This is not wanted. There's no added value and it could even be confusing.
Here are the APIs I used:
- Deprecated Site API: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users/#api-rest-api-3-user-post
Both works for user-creation but both send notifications (even when setting a password and putting "notification = false" in the second one).
Is there a site setting or a validated-domain rule we can somehow apply?
Thanks in advance,
Regards,
Dylan