sebastian
Posts: 1
Joined: Tue Oct 21, 2014 9:46 pm

Need help with updating user columns using REST service.

So I've been able to successfully get user info using a rest service but updating has been a challenge.
I used this link
https://devcenter.appery.io/documenta...

and did some research on the getsatisfication.

So I think one way I could go about updating user info is through a dynamic rest url so I can place the users _id at the end of the url link.

https://api.appery.io/rest/1/db/users...

/rest/1/db/users/_id

I like to use the _id as a variable and plug in the user _id from localstorage while the the app is running.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Need help with updating user columns using REST service.

Hello Sabastian,

Please add use this URL:

https://api.appery.io/rest/1/db/users...

and add request parameter "userId".

Appery.io will replace it to user's ID, which you send to the "userId" parameter automatically

sebastian
Posts: 1
Joined: Tue Oct 21, 2014 9:46 pm

Need help with updating user columns using REST service.

I'm not having any luck? Any change you could show me with some screen shots bc when I test I get error messages and I mess around with it for a bit.

sebastian
Posts: 1
Joined: Tue Oct 21, 2014 9:46 pm

Need help with updating user columns using REST service.

Actually I think I got it working. Thanks.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Need help with updating user columns using REST service.

Hello Sebastian,

Thank you for the update.

Return to “Issues”