action gov_get_action_organization_list_for_user { label: "Get organizations that a user has a given permission for" description: "Return the organizations that the user has a given permission for" provider: gov method: GET path: "/action/organization_list_for_user" encoding: json input: { type: "object" properties: { permission: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }