I have gone through the community api documentation and have a question around the groups microservice.
My query is in relation to utilising Groups to restrict content (in this case forums/sub forums) based on users groups. I can’t see documentation supporting this using community api groups. I could look into Identity roles and restrict based on roles but it feels Groups can almost do it, I just need some direction.
I have managed to utilise the Comments microservice to create a forum similar to episerver world so far.
As an example
Lets say you have a forum with the following sub forums:
- Episerver Cms
- Episerver Commerce
- Episerver Find
I have a member called “Joe Bloggs”
I would like to associated each sub forum as a Group and then specify Joe Bloggs as a member of lets says Episerver Cms which means he isn’t a member of commerce or find and thus cannot get access to that sub forum (content).
Any help would be apperciated. Thanks