Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/18/2024 10:18 AM
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
}
06/18/2024 10:21 AM
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?
06/18/2024 10:27 AM
{
"operation": "update",
"attributes": {
"moveUsertoOU": "OU=CloudUsers,DC=abccompany,DC=com",
"ChangePasswordAtLogon": true
}
}
06/18/2024 10:37 AM
Hi Rushikesh,
Getting below error with the above JSON
Error while Update operation for account in AD - Malformed 'attributes' attribute value.
Regards,
KP18
06/18/2024 10:44 AM
Share logs for initial implementation
06/19/2024 05:55 AM
07/25/2024 02:06 AM
Hi @KP18 , did you get the solution ??