Action cannot be performed using v3/update-account/

I manually correlated an account with an identity and now I need to undo this correlation.
According to the documentation, this should be done by changing the manuallyCorrelated attribute, but when I try this action, I get the following error:

Hi @raibom ,

Could you please follow this (Assigning Source Accounts... - SailPoint Identity Services)

@raibom use below body

 [
      {
        "op": "remove",
        "path": "/identityId"
      }
    ]

Check out the example
update-account | SailPoint Developer Community

image

Hi @raibom ,

Have you tried removing the account from the identity’s account page , then remove the correlation from the manual correlation file and then upload it?

Thanks

I ended up finding out the reason here. I was doing the test and removing the correlation of an account from my identity, this action is not allowed. When I tried with another identity it worked.

3 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.