---
title: "POST /api/employees/trainings/{curriculum_id}/company"
method: POST
path: "/api/employees/trainings/{curriculum_id}/company"
tags: ["api"]
---

# POST /api/employees/trainings/{curriculum_id}/company

`POST /api/employees/trainings/{curriculum_id}/company`

## Request body

- object
  - `company_id` string — ID of the company we want to bulk assign employees to training for
  - `manually_selected_users` string[] — IDs of the manually selected employees (can be outside of the Slack workspace)

## Response `200`

Emplyoee training bulk open for comapany

- EmployeeTrainingBulkOpen
  - `results` string, required
  - `error` boolean, required
  - `error_message` string, required

---

[API](https://skmtc.net/haekka/apis/snippets-api.md) · [All operations](https://skmtc.net/haekka/apis/snippets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haekka/snippets-api/revisions/2a72ba99e389/schema)
