---
title: "Update Enrollment"
method: PUT
path: "/courses/enrollments/{id}"
tags: ["Courses::Enrollment"]
---

# Update Enrollment

`PUT /courses/enrollments/{id}`

Update an enrollment

## Path parameters

- `id` string, required

## Request body

- object
  - `courses_enrollment` CoursesEnrollmentParametersUpdate — Enrollments
    - `suspended` boolean, nullable — Suspended
    - `suspension_reason` string, nullable — Suspension Reason

## Response `200`

OK

- CoursesEnrollmentAttributes — Enrollments
  - `id` integer — Enrollment ID
  - `public_id` string, nullable — Enrollment public ID
  - `contact_id` integer — Contact ID
  - `course_id` integer — Course
  - `created_at` string, date-time, nullable — Added
  - `updated_at` string, date-time, nullable — Updated
  - `suspended` boolean, nullable — Suspended
  - `suspension_reason` string, nullable — Suspension Reason
  - `current_path` string, nullable — Current Path
  - `origination_source_type` string, nullable — Origination Source Type
  - `origination_source_id` integer — Origination Source ID
  - `contact` ContactShortAttributes — A compact contact representation used in nested resources.
    - `id` integer — The ID of the contact.
    - `public_id` string — The public ID of the contact.
    - `email_address` string — The email address of the contact.
    - `first_name` string, nullable — The first name of the contact.
    - `last_name` string, nullable — The last name of the contact.
    - `phone_number` string, nullable — The phone number of the contact.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/versions/ae6313eaa176/schema)
