action gerermesaffaires_get_spaces_id_persons_person_id_groups { label: "get_spaces_id_persons_personId_groups" description: "Returns list of groups of the person personId" provider: gerermesaffaires method: GET path: "/spaces/{id}/persons/{personId}/groups" encoding: json input: { type: "object" properties: { id: { type: "string" } personId: { type: "string" } } required: ["id", "personId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }