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

Unable to update userprincipalname in AD via ADSI UpdateAccount Operation

sangitaladi
Regular Contributor
Regular Contributor

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

4 REPLIES 4

pmahalle
All-Star
All-Star

Hi @sangitaladi ,

Can you share the update account json.


Pandharinath Mahalle(Paddy)
If this reply answered your question, please Accept As Solution to help other who may have a same problem. Give Kudos 🙂

rushikeshvartak
All-Star
All-Star

What is value getting sent ? Any special characters ?

https://docs.saviyntcloud.com/bundle/ADSI-v55x/page/Content/Configuring-the-Integration-for-Provisio...


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

pmahalle
All-Star
All-Star

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.


Pandharinath Mahalle(Paddy)
If this reply answered your question, please Accept As Solution to help other who may have a same problem. Give Kudos 🙂

sangitaladi
Regular Contributor
Regular Contributor

It worked. Thank you paddy for the quick insight