03-02-2021 12:35 PM
Hi all,
Is it possible to change the owner of a content via a REST API? If not, are there any alternative option?
Thanks.
03-03-2021 03:14 AM
I didn't try that, but I guess you can invoke PUT /nodes/{nodeId} with following body:
{
  "properties":
  {
    "cm:owner":"userId"
  }
}
					
				
			
			
				 
					
				
				
			
		
Explore our Alfresco products with the links below. Use labels to filter content by product module.