Authors on Project

Is there any way to get the authors of a project on my organization using the SonarCloud APIs?

Hey there.

You could use GET api/issues/authors, but keep in mind this will only return the SCM accounts for users who commited a line where there is an issue raised.

Normally, the SCM itself would be a better source of truth for who has contributed to your project.

Thank You Colin