action flat_count_orga_users { label: "Count the organization users using the provided filters" provider: flat method: GET path: "/organizations/users/count" encoding: json output: { type: "integer" items: { description: "User details (view for organization teacher / admin)" type: "object" } } }