action opensuse_get_person_login_group { label: "List the groups of a person" description: "List the groups the person belongs to." provider: opensuse method: GET path: "/person/{login}/group" encoding: json output: { type: "object" additionalProperties: true } }