SonarCloud | Administering your SonarCloud | Managing organization's projects | Managing project permissions | Recovering administrator access
Recovering administrator access to a project of your organization
On this page
If you lost administrator access to a project of your organization, you can recover it as the organization admin:
- By using the Projects Management page. This is only possible with an Enterprise plan organization.
- By using the API.
Using the Projects Management page
- Retrieve the Enterprise plan organization.
- Go to Administration > Projects Management.
- In the three-dot menu at the far right of the project line, select Restore access. You will then be granted the Administer and/or Browse permission for the project.
By using the API
Use the add_user API endpoint to grant an organization administrator admin
permission to the project. To identify the project, you can use the projectKey
(the projectId
is optional).
Was this page helpful?