I was trying to fetch the user/member permissions for each repository created in Bitbucket. I am using the cloud rest api v2 documentation. https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories
However the payload only provides the owner information for each repository.
I am not able to fetch the user/member permissions other than the owner.
I also see documentation related to https://confluence.atlassian.com/bitbucket/privileges-endpoint-296093145.html which is depricated.
Any information regarding the same will be of great help