Account patch api clarification

the account api patch operation mentions we can change the following fields identityId and manuallyCorrelated and that no other fields can be modified. this feels backwards.

the api call update-account | SailPoint Developer Community

Hi Sean,

It looks like the PATCH API has the specific purpose of manually correlating accounts, which is very limiting indeed. It’s worth mentioning that many of the fields in an account object are likely unable to be modified anyway since they are dictated by source configuration and aggregation results. What are you attempting to update? There might be another way to accomplish your use case.

Thanks for the Reply Colin, we are creating an integration with a flat file source and wanted to see if update operations using put was the only option of if patch could also be used. sounds like the patch update does have a specific use case not related to updating account details on flat file sources.

Yes, that is correct. If you want to update account attributes, then you should use PUT. For future readers of this topic, put-account | SailPoint Developer Community only works for flat file sources.

1 Like