Hello, we host a Moodle installation for multiple teaching centres. Our users are grouped, roughly, as super administrators -> teaching centre administrators -> teachers -> students. Because of data protection concerns, we are trying to limit the visibility of our users from other users that do not need to see them. Specifically, we would like to do it like this:
- Super administrators -> can do everything
- Teaching centre administrators -> can only see and create users (teachers or students) for their teaching centre
- Teachers -> can only see students that are enrolled in their courses
- Students -> can only see other students that are enrolled in the same courses they are enrolled in
Would this setup or something similar be possible? Thank you!