Restrict access for users to see only specific members
How to restrict access for users in the back-office (Members picker, Members section), so they can interact (see, select, edit) only with members from specific Member Groups and/or Member Types?
The API above allows you to reuse out of the box functionality in your custom pages. But it doesn't allow to extend existing functionality regarding "Users" and/or "Members".
Restrict access for users to see only specific members
How to restrict access for users in the back-office (Members picker, Members section), so they can interact (see, select, edit) only with members from specific Member Groups and/or Member Types?
Hey,
Please see here https://our.umbraco.com/documentation/getting-started/data/Users/ explains in detail
Regards
Dhanesh:)
Umbraco 8 doesn't have this functionality out of the box
Hey,
Yes, need to do with custom code :)
I think you need to dive into this https://our.umbraco.com/apidocs/v8/ui/#/api/
Regards Dhanesh;)
The API above allows you to reuse out of the box functionality in your custom pages. But it doesn't allow to extend existing functionality regarding "Users" and/or "Members".
Hey, Hm but can we check whether the user has permission or not with the service right?
I need to add one more (which doesn't exist in Umbraco) permission - Member Group.
is working on a reply...