Used Zammad version: 6.0.0-1689342785.e8796845.focal
Used Zammad installation type: package
Operating system: Ubuntu 20.04.6 LTS
Browser + version: Chrome Version 117.0.5938.88 (Official Build) (64-bit)
Expected behavior:
When I create user using API, system should send signup email.
I create a user using API with password setting, I expect zammad send signup email for user, because I already set password on API. I try to set ‘invite’ field false, but it’s not working.
Actual behavior:
Zammand send user_invite email, not signup.
The user_invite email is for users who haven’t set a password yet, but in my case I already set a user password upon user creation with the API. The user_invite email contains a password reset link, so users will find this mail very confusing.
Providing attributes with null value is not needed. You were close though.
Please consider not setting known passwords via API, let your user pick the password on their own.
When a user registers on the zammad homepage, they set email, password and register. When the user registers, a user registration confirmation email is sent to the user. I want to do the same with the API. Is there any way?