Must-share information (formatted with Markdown):
-
which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
- SonarQube Enterprise 10.5.x
-
how is SonarQube deployed: zip, Docker, Helm
- ZIP
-
what are you trying to achieve
- Add users and groups via API calls
-
what have you tried so far to achieve this
- We have upgraded from 10.3 to 10.5.x.
- Go though the API documentation from the link: SonarQube
During our last upgrade from 10.3 to 10.5.x we discovered that in 10.4, the API /api/user_group calls where deprecated. We where now calling deprecated API calls, still working however, but going to stop working in future versions…
According to the current Sonarsource documentation in the link above, seems to cover only version 1 API calls. The documentation is missing the entire /api/v2 section? Its also not containing any /api/v2/authorization/* calls.
Could someone point me in the right direction concerning the /api/v2/* documentation?
Best regards
Jens Madsen