Add new user to multiple owner teams

Hi There

We are running a gitea instance where we created an organization per customer in which we add the respective repositories.
My Problem is now that I have a whole lot of organisations and as many owner teams and if we hier a new developer we have to add him manually to each of this teams.
Is there a neat way to add a user to multiple teams at once? Otherwise it seems that my customer/organization construct needs to be overthinked, because of the quite huge administration overhead…

Thanks and best regards
Kay

If you are using LDAP, you can map LDAP group membership to team membership, see this thread Map LDAP groups to Organization teams. You can also do similar with OAuth2/OIDC, but I am not as familiar with how.