function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Victor HuaVictor Hua 

reset community user password using REST API

I tried to find a REST API to allow to reset community user's password, and send emai to user. 
I tried DELETE sobjects/User/<user id>/password from https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_sobject_user_password.htm. It changed the password and didn't send emai. 

Not sure if there is a way to do that. Thanks in advance.