Re: Updates


James Milligan
 

Hi Mark,

The /updateuser endpoint seems to accept (200 OK) my requests, but doesn't actually proceed to update the user:

curl -X POST \
  https://api.groups.io/v1/updateuser \
  -H 'authorization: Basic ...' \
  -H 'cache-control: no-cache' \
  -d time_pref=time_absolute
It just returns the existing user as it was beforehand. I did try with a password=1 request to see whether it would return password_too_short but no luck :(

It would be really nice (rather, simpler for me!) if the API accepted JSON on the way in as well as for the response.

--
Kind regards,

James Milligan
Need to integrate with the Groups.io API in Java? Check out the Groups.io API Java client

Join api@beta.groups.io to automatically receive all group messages.