My organization is currently using SonarCloud for multiple projects and we would like to automatize some steps regarding the onboarding of users. Therefore I have two questions for this process :
Is there a feature to add on all projects by default one account ?
Is it possible to make sure one account is always added automatically to one project once created ?
When you add users to your organization they should automatically have access to the projects in that organization as well. Is that not the behaviour you are seeing?
We support automatic syncing of members of a GitHub organization to the SonarCloud organization, but we don’t have something similar for other ALMs. This has to be done manually. You could look into using our API to automate this yourself. See the add_member endpoint here.
To configure access on a project-by-project basis you will need to use the api/permissions/add_user endpoint here.