# catalog_milestones_skill_points_platform_group_create Update skill points for all users in a group Endpoint: POST /api/catalog/milestones/skill_points/platform/group/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Request fields (application/json): - `platform_key` (string, required) Platform key identifier - `group_id` (integer, required) ID of the user group to update - `point_data` (object, required) Dictionary mapping skill names to point values to apply to group - `overwrite` (boolean) If True, removes all skills not in point_data. If False, only updates specified skills.