Administering your users
This page explains how to administer your DevOps platform service (DOP) users or SAML SSO users.
Onboarding users
Whether through a DevOps platform or a SAML identity provider, when users first sign up with SonarCloud, their account is automatically created in SonarCloud.
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 a SAML-SSO-enabled enterprise, through group synchronization with the identity provider. You cannot add SAML SSO users manually.
Otherwise, you must manually add the DOP users to their organization: see Managing the organization members.
In a SAML SSO enterprise, DOP users can be added manually to organizations.
Managing the user permissions
As an organization admin, you can set:
- The organization-level permissions: see Setting the organization-related permissions in Managing the organization members.
- The default project-level permissions: see Managing the project-related permissions through templates.
Deleting a DOP account
You can only delete your own account: see below. 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 SonarCloud organizations they are a member of: see Managing the organization members.
Deleting a SAML SSO account
You can only delete your own account: see below. If you want to delete another user's SAML SSO account:
- Remove their access rights from the identity provider.
Deleting your own account
As an organization admin, you can delete your account only if you're not the only admin of the organization (see also Transferring the ownership of an organization in Managing the organization's members and permissions).
To delete your account:
- In the top right corner of the SonarCloud UI, select the account icon.
- In the menu, select My account. The Profile page opens.
- In the Delete your SonarCloud account section, select Delete account.
Enabling/disabling the GitHub member synchronization
When you import a GitHub organization to SonarCloud, 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 SonarCloud 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 the organization.
- Open the Members page.
- Select Configure synchronization. The Members Management dialog opens.
- Select the manual or automatic option and Save.
Was this page helpful?