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

Passing multiple values for JSON AD

cdavis2
Regular Contributor II
Regular Contributor II

I have a requirement to pass multiple entries from Saviynt to AD. I need to pass email and first name and last name to the proxy address attribute. How would the code look for multiple entries. 

4 REPLIES 4

cdavis2
Regular Contributor II
Regular Contributor II

Both links are useful but are not really achieving what I am trying to do. I currently am trying to pass the following through and update

"proxyAddresses": ["smtp:'${user.firstname}'.'${user.lastname}'@availity.mail.onmicrosoft.com","SMTP:'${user.email}"]

What is error you are getting in logs


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

cdavis2
Regular Contributor II
Regular Contributor II

It ended up being a syntax issue this now works

"proxyAddresses": ["smtp:${user.firstname}.${user.lastname}@availity.mail.onmicrosoft.com","SMTP:${user.email}"]