OK, I figured this out. I forgot to specify the Content-Type. Oops!
On Saturday, October 20, 2012 6:38:49 PM UTC-7, Boris Jabes wrote:
> I'm trying to create a new user and consistently get 500s in response with
> even the simplest forms. Is there an issue here or is there something wrong
> in my request (below)?
> POST to https://basecamp.com/2035924/api/v1/projects/1352881/accesses.jsonwith the following JSON:
> {
> "email_addresses": ["t...@email.com"]
> }
> Also, is it possible to create a user without adding them to a project?