You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#The count_users function recursively counts the amount of users that belong to a group in the company system, by going through each of the members of a group
# and if one of them is a group, recursively calling the function and counting the members.