/company/users v1 api endpoint broken

Hi David

I’m not sure why this isn’t working for you. I can successfully make this
call using the following:

curl -I -u “me@email.com:password” -H ‘Accept: application/xml’ -H
‘Content-Type: application/xml’
Log in to your FreeAgent account

Are you passing in the same headers?

OllyOn Thursday, August 2, 2012 4:41:50 PM UTC+1, david wrote:

Hi,

I have a script which relies on reading the users (at
Log in to your FreeAgent account) in xml.

Previously it worked by setting the accept header to application/xml

However now I’m getting a 500 error from that handler whenever I try to
make a request. HTML works fine if you don’t set accept header (but it
doesn’t give me the format I need)

Any ideas?

David