Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Salesforce new account Password notification

IAM_99
Regular Contributor II
Regular Contributor II

Hi Team,

We have below attribute ( marked )  in Salesforce application but not seen any similar attribute in the Saviynt Connector documentation

 

IAM_99_0-1663604941431.png

Can you let us know below - 

1. When new account gets created we want to generate email so that first time he will reset password - any idea how to achieve ? 

2. Can we read salesforce password and send custom notification ?

6 REPLIES 6

rushikeshvartak
All-Star
All-Star

1. Salesforce does not have API to tick mentioned option  https://ideas.salesforce.com/s/idea/a0B8W00000GdXLHUA3/user-field-api-generate-new-password-and-noti... 

 

You can try below to get password : https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_sobject_user_pass... 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

IAM_99
Regular Contributor II
Regular Contributor II

Thanks for the response. 

Regarding  this - You can try below to get password : https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_sobject_user_pass...

 

We are using OOTB - Salesforce Connector for provisioning - above URL says its REST call , where/how to configure in the Connection ?

 

 

In CreateAccountJSON


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

IAM_99
Regular Contributor II
Regular Contributor II

Okay.We are creating Account after that we have to call this REST api to get the password.

Do you have any sample CreateaccountJSON  to refer for this.

No, I dont have you can make second call2 & get username from call1 to set password & send Email from SSM


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

harireddyn
New Contributor II
New Contributor II

Hi @IAM_99 Did you test the recommended solution?