Unlock account task throwing malformed attribute value error.

reshma_sonawane
New Contributor
New Contributor

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

 

 

3 REPLIES 3

khalidakhter
Saviynt Employee
Saviynt Employee

@reshma_sonawane 

The above JSON seems invalid. Please try with below JSON for the unlockaccountJSON and see if it helps.

{
  "lockoutTime": 0
}

Hi Khalid,

It still gives same error.

 

Thanks,

Reshma

 

vivekmohanty_pm
Saviynt Employee
Saviynt Employee

@reshma_sonawane can you share the debug logs with the error?