Administering your users
This article describes how to onboard, manage permissions and delete user accounts in SonarQube Cloud.
Onboarding users
Whether through a DevOps platform or an SSO identity provider, when users first sign up with SonarQube Cloud, their account is automatically created in SonarQube Cloud.
At login time, users are automatically added to organizations in the following cases:
With a DevOps platform (DOP) service, through the GitHub member synchronization. In this case, you cannot add DOP users manually.
In an SSO-enabled enterprise, through group synchronization wiht the identity provider. You cannot add SSO users manually.
Otherwise, you must manually add the DOP users to their organization, see Adding organization members for more information.
Managing the user permissions
As an organization admin, you can set:
The organization-level permissions, see Adding organization members for more information.
The default project-level permissions, see Using permission templates for more information.
Viewing audit logs
This feature is available with the Enterprise license.
As an Enterprise admin, you can access audit logs through the Audit logs API. To authenticate to the Web API, see Web API.
Deleting a DOP account
You can only delete your own account, see Deleting your account. If you want to delete another user’s DevOps platform (DOP) account:
If the GitHub member synchronization is used, remove the user from the GitHub organization.
Otherwise, remove the user’s DOP account from the SonarQube Cloud organizations they are a member of, see Adding organization members.
Deleting an SSO account
You can only delete your own account, see Deleting your accountfor more details.
To prevent an SSO user from logging in to your SonarQube Cloud organizations, remove their access rights from the identity provider.
Enabling/disabling the GitHub member synchronization
When you import a GitHub organization to SonarQube Cloud, GitHub member synchronization is enabled by default. If you disable it, members will no longer be added or removed automatically and membership in GitHub-based organizations must be managed manually, as it is with other repository platforms.
When you enable synchronization manually, members of the SonarQube Cloud organization who aren’t members of the corresponding GitHub organization will be removed from the organization.
To enable/disable the GitHub member synchronization for your organization:
Retrieve your organization. See Retrieving your organizations for more details.
Open the Members page.
Select Configure synchronization. The Members Management dialog opens.
Select the manual or automatic option and Save.
Last updated
Was this helpful?