products_list_permitted_users
Retrieve a list of users with permission to view and edit a specific product based on its visibility settings. Useful for auditing access and troubleshooting why a user cannot see a product.
Instructions
List all users who have access to view and edit a specific product.
Returns a list of users who have permission to access this product based on visibility settings and team structure.
Workflow tips:
Product visibility determines which users can access it
Visibility can be: owner only, owner's team, entire company, or custom
This is useful for understanding who can see and modify the product
Access permissions affect whether users can add the product to deals
Common use cases:
Audit product access permissions
Verify team members can see a product
Check visibility before sharing product with team
Troubleshoot why a user cannot see a product
Example: { "id": 123 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID |