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
Valued Contributor II
Valued Contributor II

Hi @sangitaladi ,

Can you share the update account json.


Regards,

Pandharinath Mahalle(Paddy)
If this reply answered your question, please Accept it As Solution to help others who may have a similar problem.

rushikeshvartak
All-Star
All-Star

pmahalle
Valued Contributor II
Valued Contributor II

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.


Regards,

Pandharinath Mahalle(Paddy)
If this reply answered your question, please Accept it As Solution to help others who may have a similar problem.

sangitaladi
Regular Contributor
Regular Contributor

It worked. Thank you paddy for the quick insight