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
GrantMGrantM 

Set contact password for Self service

Is it possible to set a contacts password for a self service user through the API
 
I know you can reset the password through the front end,
but is it possible to set it to a value i create?
 
Thanks In Advance
SuperfellSuperfell
Yes, use the setPassword call and pass in the Id of the SelfServiceUser record for the contact.
GrantMGrantM
Forgot to reply
 
That worked perfectly, thanks