Hi I was using the following rest url to populate the user's contact
curl -u admin

assword --data-binary @/tmp/new.csv
http://server/service/home/user1/contacts?fmt=csv
Note that I'm using admin to import the user1 address book
in version < 4.5.1 everything worked, now I upgarded to version 4.5.1
and it only works using user1's credentials is this a bug ?
thank you for your help