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.
The [guide for Users](http://devcenter.kinvey.com/rest/guides/users "guide for Users") is missing info on using User-groups. There is mentioned something about groups in the [User-API-docs](http://devcenter.kinvey.com/angular/reference/api/Kinvey.User.html "User-API-docs"), but that unfortunately does not help me so much. Perhaps somebody could give an example on how to use User-groups with AnguarJS?
1 Comment
Gal
said
about 9 years ago
Hi, user groups can currently only be managed through the REST API. For more information, please check this guide (http://devcenter.kinvey.com/rest/guides/users#usergroups).
After creating groups through the REST API, they can be added to entity ACLs as described in the Angular docs (http://devcenter.kinvey.com/angular/guides/security#ReaderWriterLists).
edorf