Finding the admin of the group which the user belongs to.
-
Hello to all!
I am looking for a code snippet which can help the user identify the admin of the group to which he belongs to. The reason being, we have implemented a mentor-mentee system. So, when the mentee logs in, would require the name of the mentor to display on the dashboard. The mentor is the admin of the group and the mentee is the part of that group.
Every mentor is the admin of only one group and every mentee is a part of only one group. So,I wanted to take the following approach : Firstly, using code snippet, identify the name of the group to which the mentee belongs and then identify the admin of that group. Kindly help.
Thanks in advance
- The topic ‘Finding the admin of the group which the user belongs to.’ is closed to new replies.