As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
I'm trying to set up an HTML5 page, that allows for displaying the 'user' collection. It will be extended to allow for user management as well. Currently I'm receiving the error "Please use the appropriate API to access this collection for this app backend." I'm using the kinvey-html5-1.1.7.min.js CDN to try and accomplish this.
As I'm able to query other collections in this application, I'm not sure why I'm unable to query 'user'.
As a rule, the user collection is treated differently from other collections, and can be accessed using its own API. For more information on how to do this with the HTML5 library, please check [the relevant guide](http://devcenter.kinvey.com/html5/guides/users "the relevant guide").
agpoweredmg
As I'm able to query other collections in this application, I'm not sure why I'm unable to query 'user'.
Any help would be greatly appreciated, thanks.