Query User Table

I would like to be able to query the entire user table and have returned all fields (custom, predefined fields). Is this currently possible or in the works?

Hi Roy!
You can get list of the properties associated with the user entity:
http://backendless.com/documentation/users/android/users_retrieve_user_properties.htm
It is that you need?

Regards,
Kate.

No, I’m wanting to get the data values for columns in the user table for all users or the user specified in the API call.

Hi Roy,

What you are looking for is described here: https://backendless.com/feature-52-fetching-applications-user-objects/

Regards,
Mark

Thanks, that is exactly what I needed.