action illumidesk_projects_collaborators_list { label: "Get project collaborators" provider: illumidesk method: GET path: "/v1/{namespace}/projects/{project}/collaborators/" encoding: json input: { type: "object" properties: { limit: { type: "string" } namespace: { type: "string" } offset: { type: "string" } ordering: { type: "string" } project: { type: "string" } } required: ["namespace", "project"] additionalProperties: false } output: { type: "object" additionalProperties: true } }