action zoomconnect_get_api_rest_v1_groups_group_id { label: "get" description: "Returns details for a single group" provider: zoomconnect method: GET path: "/api/rest/v1/groups/{groupId}" encoding: json input: { type: "object" properties: { groupId: { type: "string" } } required: ["groupId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }