cancel
Showing results for 
Search instead for 
Did you mean: 

Change Owner via API

jose_leon_coupa
Confirmed Champ
Confirmed Champ

Hi all,

Is it possible to change the owner of a content via a REST API? If not, are there any alternative option?

Thanks.

1 REPLY 1

angelborroy
Community Manager Community Manager
Community Manager

I didn't try that, but I guess you can invoke PUT /nodes/{nodeId} with following body:

{
  "properties":
  {
    "cm:owner":"userId"
  }
}
Hyland Developer Evangelist