action snyk_list_all_the_organizations_a_user_belongs_to { label: "List all the organizations a user belongs to" description: "" provider: snyk method: GET path: "/orgs" encoding: json output: { type: "object" additionalProperties: true } }