---
title: "Create a New Self-Enrolled Learning Item"
method: POST
path: "/api/v2/self-enrolled-learning"
tags: ["Self-Enrolled Learning"]
---

# Create a New Self-Enrolled Learning Item

`POST /api/v2/self-enrolled-learning`

This endpoint creates a new self-enrolled learning item. <h3>Required Scope</h3>`self_enrolled_learning:write`

## Request body

- V2SelfenrolledlearningBody
  - `data` Apiv2selfenrolledlearningData
    - `type` string
    - `attributes` Apiv2selfenrolledlearningDataAttributes
      - `user-id` string — The unique ID of the user who enrolled in the learning item.
      - `user-identifier-type` string — Can be any of `UserId`, `Email`, `EmployeeId`, `AliasUid`, or `AliasEmail`.
      - `content-id` string — The ID of the learning item.
      - `content-id-type` string — Can be any of `ExternalId`, `Id`, or `ContentUrl`.
      - `content-type` string — The type of content. For example, course.
      - `due-at` string, date — The learning item's due date. Format `yyyy-mm-dd`.

## Response `200`

Success

- InlineResponse20013
  - `data` InlineResponse20013Data
    - `type` string
    - `id` string
    - `attributes` InlineResponse20013DataAttributes
      - `user-id` string
      - `user-identifier-type` string
      - `content-id` string
      - `content-id-type` string
      - `content-type` string
      - `due-at` string, date-time
      - `created-at` string, date-time
      - `modified-at` string, date-time, nullable
      - `status` string
    - `links` SelfLink
      - `self` string

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
