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

Getting will not perform error while updating the AD account.

KP18
New Contributor
New Contributor

Hi,

Getting will not perform error while updating the AD account using below update account JSON.

{
"moveUsertoOU": "OU=CloudUsers,DC=abccompany,DC=com",
"ChangePasswordAtLogon": true
}

6 REPLIES 6

KP18
New Contributor
New Contributor

I have tried removing "ChangePasswordAtLogon" and provisioned and it worked for me. Can someone please help me what is the exact issue using this attribute?

rushikeshvartak
All-Star
All-Star

{
"operation": "update",
"attributes": {
"moveUsertoOU": "OU=CloudUsers,DC=abccompany,DC=com",
"ChangePasswordAtLogon": true
}
}


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

Hi Rushikesh,

Getting below error with the above JSON

Error while Update operation for account in AD - Malformed 'attributes' attribute value.

 

Regards,

KP18

Share logs for initial implementation 


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

Hi Rushikesh,

Please find attached the logs.

Regards,

Karthik

Sreejith
New Contributor III
New Contributor III

Hi @KP18 , did you get the solution ??