How do I find out my available Slurm resources/associations?

Users can see their association using commands like:
sacctmgr show association user=$USER

Users can see their group/association assigned partitions and memory:
sacctmgr show qos format=name%-40,priority,usagefactor,grptres%40 | egrep "GROUPID|UsageFactor"