I'm attempting to create a user with the REST API but I'm getting a 415 error. I'm not sure what that means as it doesn't appear to be a documented error code. Any ideas?
I'm attempting to create a user with the REST API but I'm getting a 415 error. I'm not sure what that means as it doesn't appear to be a documented error code. Any ideas?
Apparently, it was as simple as adding the 'Content-Type' = 'application/json' header to the call.