Hi @punna0001
As part of the solution above, I am trying to enable an account using the following API:
POST ``https://sailpoint.api.identitynow.com/accounts/v1/:id/enable
I have verified that the account ID is correct by retrieving the account using:
GET ``https://sailpoint.api.identitynow.com/accounts/v1/:id
The request body I am sending is:
{
"externalVerificationId": "manual-enable-via-app-11222111121",
"forceProvisioning": true
}
The API call completes successfully, returning HTTP 202 Accepted along with a task ID. However, the account remains disabled in ISC.
To rule out any connector issues, I verified that enabling and disabling the same account manually through the ISC UI works correctly, and the corresponding Enable/Disable HTTP operations are configured on the source.
I’m curious why the account is not being enabled when invoking the API, despite the request being accepted.
Could you please shed some light on what might be causing this or suggest any additional troubleshooting steps?
Regards
