06/13/2023 07:10 AM
Hi,
We are trying to unlock AD account from ARS. We are using below unlockaccountjson:
{”lockoutTime”: 0}
It is throwing below error.
error while Unlock operation for account-in AD - Malformed '”lockoutTime”' attribute value
When the account is locked , we could see it updates lockoutTime attribute with date and time.
Can anyone help on this?
Thanks,
Reshma
06/13/2023 10:41 PM
The above JSON seems invalid. Please try with below JSON for the unlockaccountJSON and see if it helps.
{
"lockoutTime": 0
}
06/14/2023 04:34 AM
Hi Khalid,
It still gives same error.
Thanks,
Reshma
06/15/2023 07:26 AM
@reshma_sonawane can you share the debug logs with the error?