---
title: "Create a New Recommended Learning Item"
method: POST
path: "/api/v2/recommended-learning"
tags: ["Recommended Learning"]
---

# Create a New Recommended Learning Item

`POST /api/v2/recommended-learning`

This endpoint creates a new recommended learning item. <br><br>For Global Admin Tool Organizations, the `X-Degreed-Organization-Code` header must be provided.<h3>Required Scope</h3>`recommended_learning:write`

## Headers

- `X-Degreed-Organization-Code` string

## Request body

- V2RecommendedlearningBody
  - `data` Apiv2recommendedlearningData
    - `type` string
    - `attributes` Apiv2recommendedlearningDataAttributes
      - `user-id` string
      - `user-identifier-type` string
      - `assigner-id` string
      - `assigner-identifier-type` string
      - `content-id` string
      - `content-id-type` string
      - `content-type` string
      - `assignment-type` string
      - `due-at` string, date-time
      - `status` string

## Response `201`

Success

- InlineResponse20116
  - `data` InlineResponse20116Data
    - `type` string
    - `id` string
    - `attributes` InlineResponse20116DataAttributes
      - `user-id` string
      - `user-identifier-type` string
      - `assigner-id` string
      - `assigner-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` InlineResponse20116DataLinks
      - `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/versions/4a22b709515c/schema)
