I’m trying to fetch Azure Devops user and group access into project and project resources(pipelines, repos, etc.).
I tried to find an API from the documentation that assisted.
ChatGPT offered to use:
https://dev.azure.com/{organization}/_apis/securitynamespaces/{namespace_id}/permissions?&descriptors={user_descriptor}&api-version=6.0
but it seems that descriptors
doesn’t exist (got 404 when adding it) .
The API should reflect what we can see in the UI:
I will glad for your help.
Thanks
2