list_user_permissions
View user permissions for a Bitbucket repository to manage access control and security settings. Specify the repository slug to retrieve a list of users with their assigned permission levels.
Instructions
List user permissions for a repository.
Args:
repo_slug: Repository slug
limit: Maximum number of results (default: 50)
Returns:
List of users with their permission levelsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| limit | No |