Hello, is it possible to create a query that will pull multiple UserService objects? If possible, can I get information on how to do this? Also, do I need to login for each and everyone of the UserService objects to modify the data (ie. add and remove a object from a relation.)?
Thanks,
Michael Iverson
Hello @Michael_Iverson
The Users table has the same API as general Data Table, so you can retrieve/update/remove them
here are a few links which might be helpful for you:
https://backendless.com/docs/js/data_basic_search.html
https://backendless.com/docs/js/data_single_object_update.html
https://backendless.com/docs/js/data_security.html
also I would recommend you to use our BusinessLogic to protect some workflows for updating users
https://backendless.com/docs/codeless/codeless_what_is_a_codeless_api_service.html
Regards, Vlad