07/13/2023 10:34 AM
Hi Team
Am trying to update UPN basically the suffix but its not getting updated in AD. in Saviynt UpdateAccountResponse, i see 200 status. But with a message:
Please check the data sent to userprincipalname.
No other error message in saviynt debug logs or AD logs.
But From Powershell , i can update the same UPN value with the same service account creds am using in Saviynt ADSI connector.
Could you please revert if some one has seen this issue before and if yes how did it get fixed?
Regards
Sangita Ladi
Solved! Go to Solution.
07/13/2023 10:41 AM
Hi @sangitaladi ,
Can you share the update account json.
07/13/2023 08:08 PM
What is value getting sent ? Any special characters ?
07/13/2023 11:58 PM - edited 07/14/2023 12:00 AM
Hi @sangitaladi ,
Seems like you are using userprincipalname in the update account json which is all in lower case. Can you try with camel case like userPrincipalName.
07/14/2023 12:46 AM
It worked. Thank you paddy for the quick insight