read_project_collaborators
List all collaborators for a QuantConnect project. Provide the project ID to retrieve names of team members with access.
Instructions
List all collaborators on a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| success | No | Indicate if the API request was successful. |