action flat_get_score_collaborator { label: "Get a collaborator" description: "Get the information about a collaborator (User or Group).\n" provider: flat method: GET path: "/scores/{score}/collaborators/{collaborator}" encoding: json input: { type: "object" properties: { sharingKey: { type: "string" } } additionalProperties: false } output: { description: "A collaborator of a score. The `userEmail` and `group` are only available if the requesting user is a collaborator of the related score (in this case these permissions will eventualy not be listed and exposed publicly).\n" type: "object" } }