# Assign Cohort Students **POST /smart-ia/cohorts/{cohortId}/students** Assign students to a Smart IA Cohort ## Servers - Production: https://connect.century.tech/api/v1 (Production) ## Authentication methods - Api key ## Parameters ### Path parameters - **cohortId** (string(uuid)) Cohort UUID. ### Body: application/json (object) - **userIds** (array[string(uuid)]) The list of user IDs. ## Responses ### 204 Students assigned successfully. ### 400 Invalid request. ### 401 Invalid authentication credentials ### 403 Not authorised to access this resource ### 404 Cohort not found. [Powered by Bump.sh](https://bump.sh)