Salesforce Reset User Password REST API
Please do a DELETE HTTP Request to reset the password for the users using standard Salesforce REST API. Syntax: https://{Your Domain URL}/services/data/vXX.X/sobjects/User/{Id of the User}/password Developer Article: https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_sobject_user_password_delete.htm The following ....