sf_set_password {salesforcer} | R Documentation |
Set User Password
Description
Sets the specified user’s password to the specified value.
Usage
sf_set_password(user_id, password, verbose = FALSE)
Arguments
user_id |
|
password |
|
verbose |
|
Value
list
Examples
## Not run:
sf_set_password(user_id = "0056A000000ZZZaaBBB", password="password123")
## End(Not run)
[Package salesforcer version 1.0.1 Index]