Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sf_set_password

Set User Password


Description

Experimental lifecycle

Sets the specified user’s password to the specified value.

Usage

sf_set_password(user_id, password, verbose = FALSE)

Arguments

user_id

character; the unique Salesforce Id assigned to the User

password

character; a new password that you would like to set for the supplied user that complies to your organizations password requirements

verbose

logical; an indicator of whether to print additional detail for each API call, which is useful for debugging. More specifically, when set to TRUE the URL, header, and body will be printed for each request, along with additional diagnostic information where available.

Value

list

Examples

## Not run: 
sf_set_password(user_id = "0056A000000ZZZaaBBB", password="password123")

## End(Not run)

salesforcer

An Implementation of 'Salesforce' APIs Using Tidy Principles

v0.2.2
MIT + file LICENSE
Authors
Steven M. Mortimer [aut, cre], Takekatsu Hiramura [ctb], Jennifer Bryan [ctb, cph], Joanna Zhao [ctb, cph]
Initial release
2020-09-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.