Hello Team BitBucket
The Python bitbucket cloud interface doc at bitbucket-cloud-docs does not list a method for the REST-API endpoint "List explicit user permissions for a project" Please point me to the document if any that shows the usage of the Python interface for the endpoint "List explicit user permissions for a project".
Note I am aware of using the "requests" python package to make a raw request to the endpoint "List explicit user permissions for a project". What I want is the interface(method) to use from the Python Bitbucket package.
Thanks ! Jitendra
Hello @Jitendra Nair ,
welcome to the Community!
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 and where you also can suggest improvements/new feature to the library:
As you mentioned, one alternative is to execute the API call manually, without using the that particular library. You can find the list of all available API endpoints in the Bitbucket Cloud Public API documentation.
Thank you, @Jitendra Nair !
Patrik S
Thanks Patrik S !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.