When using the KF API to create a user, I have added 'send_email' property to the body but it does not send the welcoming/invitation email to the new user that I have created.
I initially tried the value as a boolean
{
...
'send_email': true
}
and as a string
{
...
'send_email': 'true'
}
and both ways didn't seem to work as I did not receive an email, yet the user was created.