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 Create user is not working

sandeepgudipudi
New Contributor III
New Contributor III

iam trying to create user in salesforce for self , once approved the task is created but there is no action captured in task still task status shows as new.

Similarly when tying to create user for others am getting below error. There are not logs captured about the error

sandeepgudipudi_0-1716212902700.png

 

create account json

{
"Alias":"${user?.email.substring(0,user.email.lastIndexOf("@"))}",
"Email":"${user?.getEmail()}",
"Username":"${accountName}",
"CommunityNickname":"${accountName}}",
"FirstName":"${user?.getFirstname()}",
"LastName":"${user?.getLastname()}",
"TimeZoneSidKey":"America/Los_Angeles",
"LocaleSidKey":"en_US",
"EmailEncodingKey":"ISO-8859-1",
"ProfileId":"${profileId}",
"LanguageLocaleKey":"en_US",
"IsActive":true,
"FederationIdentifier":"${accountName}"
}

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star

You have issue in your workflow. Please validate workflow

Could you kindly provide a detailed snapshot of the information extracted from the logs, encompassing errors and other pertinent functionality details encountered during the execution of this process? Your assistance in furnishing this information would greatly aid in the analysis and resolution of any issues .



‼️‼️⚠️Do not upload any attachments that contain sensitive information, such as IP Addresses, URLs, Company/Employee Names, Email Addresses, etc.⚠️‼️‼️


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