action orbit_get_workspace_slug_organizations_organization_id_members { label: "List members in an organization" provider: orbit method: GET path: "/{workspace_slug}/organizations/{organization_id}/members" encoding: json input: { type: "object" properties: { items: { type: "string" enum: ["10", "50", "100"] } organization_id: { type: "string" } page: { type: "string" } workspace_slug: { type: "string" } } required: ["organization_id", "workspace_slug"] additionalProperties: false } output: { type: "object" additionalProperties: true } }