List Explicit User Permissions For Repository

This API operation retrieves a list of all users who have been explicitly granted permissions on a specific Bitbucket repository within a workspace. By making a GET request to this endpoint with the workspace ID and repository slug as path parameters, you can view which individual users have direct access to the repository and what permission levels they hold, separate from any group-based or workspace-level permissions. This is useful for auditing repository access, managing security policie...