Hello
Can anyone guide me related to this modul ?
https://atlassian-python-api.readthedocs.io/bitbucket.html#manage-repositories
I'm unable to find a method that can help me find users permissions on a given repo like the one that exists to get for groups :
repository.group_permissions.each():
https://atlassian-python-api.readthedocs.io/bitbucket.html#manage-repositories
Hello @mhumair7 ,
thanks for reaching out.
The API library you mentioned isn't developed or maintained by Atlassian, which means we have limited information about its implementation.
I recommend posting your question in the official repository of that library, where the community or maintainers can provide more specific assistance:
One alternative is to execute the API call manually, without using the library. You can find the list of all available API endpoints in the Bitbucket Cloud Public API documentation.
Thank you, @mhumair7 !
Patrik S
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.