Thanks so much! That worked!
How about hiding parts of the menu that are only visible when that group has logged in? I found this example for hiding parts of a page: https://discourse.getgrav.org/t/hiding-parts-of-pages/1825 but it doesn’t mention doing this with the menu:
{% if grav.user.authorize(‘site.secret’) %}
Menu Items
{% endif %}