---
title: "Get Shared Items for a Specific User"
method: GET
path: "/api/v2/users/{id}/shared-items"
tags: ["User"]
---

# Get Shared Items for a Specific User

`GET /api/v2/users/{id}/shared-items`

This endpoint retrieves all items shared by a specific user. You can retrieve a user by specifying the ID as a path parameter or specifying an identifier as a query string URL parameter. For example, `https://api.betatest.degreed.com/api/v2/users/<email_value>/shared-items?identifier=email`<h3>Required Scope</h3>`users:read`, `users:write`, `shared-items:read` `shared-items:write`, or `recommendations:read`

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `identifier` string

## Response `200`

Success

- ListedSharedItem
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` SharedItemData[]
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` SharedItemDataAttributes
      - `employee-id` string, nullable — Unique identifier of the user sharing the item.
      - `recipient-employee-id` string, nullable — Unique identifier of the recipient.
      - `degreed-url` string, nullable — URL location of the resource within the Degreed UI.
      - `recommended-at` string, date-time — Date the shared item was shared. (UTC)
      - `status` string, nullable — The status of the shared item. Can only be `Queued`, `Pending`, Dismissed` or `Complete`.
      - `assignment-type` string, nullable — Can only be `Recommendation`.
      - `modified-at` string, date-time, nullable — Date the shared item was modified. (UTC)
    - `links` SelfLink
      - `self` string
    - `relationships` SharedItemDataRelationships[]
      - `user` ListedRequiredLearningUser
        - `data` CollaboratorRelationshipsData
          - `id` string, nullable
          - `type` string, nullable
      - `recipient` ListedRequiredLearningUser
        - `data` CollaboratorRelationshipsData
          - `id` string, nullable
          - `type` string, nullable
      - `content` ListedRequiredLearningContent
        - `data` ListedRequiredLearningContentData
          - `id` string, nullable
          - `type` string, nullable
      - `provider` ListedRequiredLearningProvider
        - `data` ListedRequiredLearningProviderData
          - `id` string, nullable
          - `type` string, nullable
      - `pathway` SharedItemDataPathway
        - `data` SharedItemDataPathwayData
          - `id` string, nullable
          - `type` string, nullable
    - `included` SharedItemContentIncludedInner[] — More information about the shared item resource.
      - `type` string, nullable
      - `id` string, nullable
      - `attributes` SharedItemContentIncludedInnerAttributes
        - `content-type` string, nullable — The content type of the shared item resource.
        - `url` string, nullable — URL location of the shared item resource.
        - `title` string, nullable — The title of the shared item resource.
        - `provider` string, nullable — The provider of the shared item resource.
        - `is-internal` boolean, nullable — Whether the shared item's resource is internal.
      - `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/versions/4a22b709515c/schema)
