Start a new topic

Example on how to use User-groups with AngularJS

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

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).
Login or Signup to post a comment