api doc: JupyterHub REST API — JupyterHub documentation
I am very grateful to this awesome project and every staff member in it. I am developing a jupyterhub for team collaboration, but I have a confusion. I hope to be able to dynamically configure load_roles in jupyterhub through the interface to dynamically control access between users. Permissions, but in the api document I only found the creation of groups, but not the creation of roles, or updating the relationship between loaded roles. Am I misunderstanding the use of the function? Now I can only hardcode it in the configuration file. Can you give me some inspiration or a hack to solve this problem?