Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Salesforce - Unable to Pass Roles from Saviynt to Target

Varshi_Balaji
Regular Contributor
Regular Contributor

Hi Team,

We have requirement to pass Role id attribute during creation of account.

We tried below synatx:

"UserRoleId":"${roleId}",

"UserRoleId":"${UserRoleId}".

Can you help us here and provide correct format to pass for roles 

Thanks and Regards,

Varshitha

1 REPLY 1

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @Varshi_Balaji,

Currenly only profile id will be sent at the time of account creation Since this is a mandatory attribute for the account creation.
For adding the roles you need to request it explicitly from the ARS at the time of account creation like profile, but unlike profile role need not be passed in the createaccountjson.

For Ref: https://docs.saviyntcloud.com/bundle/Salesforce-v23x/page/Content/Configuring-the-Integration-for-Pr... 

Thanks.

If you find the above response useful, Kindly Mark it as "Accept As Solution".