addSite API call won't return result status

Hello,

I was wondering why addUser returns a result entry, and not addSite.

addUser call:


$ curl 'http://www.testpiwik.fr/?module=API&method=UsersManager.addUser&format=JSON&userLogin=foo2&password=HmEOg51r2&email=5UON924@foobar.com&alias=foo&token_auth=b9848776994b4111d8d010f7ed9b3ca5'
{"result":"success", "message":"ok"}

addSite call:


curl 'http://www.testpiwik.fr/?module=API&method=SitesManager.addSite&format=JSON&siteName=piwik.com&urls=piwik.com&token_auth=b9848776994b4111d8d010f7ed9b3ca5'
{"value":8}

Should I open a ticket for that?

Thanks in advance.

addSite returns the siteId whereas addUser does not return anything (since you already know the username)