15Five connector
Back to the connector overview, authentication methods, and actions.
2 Sept 2026
breaking-changes bug-fix description-fix guide-changesBREAKING: create_bulk_user_import switched from request to upload_file — the CSV must now be base64-encoded on send; create_high_five now requires creator_id (provider rejects requests without it); list_check_ins.order_by enum narrowed to exclude provider values id and report (both trigger 502). Non-breaking: marked People Attributes and Objectives write actions (create_people_attribute, create_people_attribute_value, create_objective, create_key_result) plus their read counterparts as releaseStage: preview (workspace feature-flag / plan-tier gated on trial tenants); list_high_fives multi-value filters now use arrayFormat: repeat for correct serialization; group_types name_plural must end in “s” — provider silently rewrites otherwise (now documented in the field description, no more server-side value mutation on our end); documented update_user check-in cadence enums (reporting_period, biweekly_due_day_which_week, monthly_due_day_which_in_month) with UI-verified meanings and co-required-field preconditions; added feature/plan-tier enablement guide to the authentication section (Reviews, Objectives, People Attributes).Changed · 27 actions updated
Changed · 27 actions updated
15five_create_bulk_user_import, 15five_create_bulk_user_update, 15five_create_company_vacation, 15five_create_group_type, 15five_create_high_five, 15five_create_key_result, 15five_create_objective, 15five_create_people_attribute, 15five_create_people_attribute_value, 15five_delete_company_vacation, 15five_get_objective_history, 15five_get_people_attribute, 15five_get_people_attribute_value, 15five_list_company_vacations, 15five_list_high_fives, 15five_list_objective_history, 15five_list_people_attribute_values, 15five_list_people_attributes, 15five_list_review_cycle_answers, 15five_list_review_cycle_participants, 15five_list_review_cycle_performance_measurements, 15five_list_review_cycle_reviews, 15five_list_security_audit_events, 15five_patch_group_type, 15five_update_company_vacation, 15five_update_group_type, 15five_update_user2 Sept 2026
bug-fixStandardized action category capitalization for more consistent portal filters.