read_project_collaborators
Read-only
Lists all collaborators working on a specific QuantConnect project to manage team access and permissions for algorithmic trading strategies.
Instructions
List all collaborators on a project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | Indicate if the API request was successful. | |
| collaborators | No | List of collaborators on the project. | |
| userLiveControl | No | Indicate if the project owner has the right to deploy and stop live algorithms. | |
| userPermissions | No | Permissions of the project owner |