Hi !
I have to use update-account | SailPoint Developer Community this API for one of the use case for reassigning the account. This API is throwing 404 but when I see in backend, then the account is getting reassigned to another identity. ( This 404 error is breaking my workflow.) Let me know your thoughts on this.
Can you try re-generating the OAuth credentials, setting the scope to “all” and see if you still get the same error? If you don’t get the error, reduce the scope back to what you’ll require for the workflow.
Do you get the same 404 even if you hardcode the new identityId (just to test the API)? If so there might be something else going wrong. It’s strange how the reassignment goes through but you get a 404.
I tried the operation and found that if you enter incorrect IDENTITY ID in request body, you get 400 Bad Request. Only in case of incorrect Account ID in the params you get 404.
I am pretty sure you checked this part but still if you could have a look at the account ID in the params and make sure that is correct just to be double sure.
Hi Tom!
There is no issue in replacing the attribute value even using v3 and v2024. I am replacing the identityId and reassigning the account to the identityId.
Hi! Everything is correct. Even it’s reassigning the account to the identityId in the backend (strange behaviour) but API is throwing 404 so it’s breaking my workflow.