The update user endpoint allows you to update verify_email and/or verify_phone_number via API call. I already discovered that if you send verify_email:true to the create user endpoint it will trigger the sending of the “Welcome” email to the newly created user asking them to verify their email.
If I set verify_email:true when I patch a user, will that also trigger the (re)sending of the verification email? Is this essentially the same thing as calling the create an email verification ticket endpoint? If so, wouldn’t using the ticket method be preferred? Is there a use case when it would make more sense to use the patch user method?
Thanks!