---
title: "Get All Experiences for a Specific User"
method: GET
path: "/api/v2/users/{id}/experiences"
tags: ["User"]
---

# Get All Experiences for a Specific User

`GET /api/v2/users/{id}/experiences`

This endpoint retrieves all experiences for a specific user. <h3>Required Scope</h3>`experiences:read` or `experiences:write`

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `identifier` string
- `filter[experience_type]` string
- `filter[title]` string
- `filter[start_date]` string, date
- `filter[end_date]` string, date

## Response `200`

Success

- InlineResponse20014
  - `links` SelfLink
    - `self` string
  - `data` InlineResponse20014Data[]
    - `type` string
    - `id` string
    - `attributes` InlineResponse20014Attributes
      - `employee-id` string
      - `experience-type` string
      - `experience-type-peer-name` string
      - `start-date` string, date-time
      - `end-date` string, date-time
      - `weekly-hours` integer
      - `organization-name` string
      - `title` string
      - `description` string
      - `seniority` string
      - `created-at` string, date-time
      - `modified-at` string, date-time
      - `points-earned` string
      - `is-current` boolean
    - `links` SelfLink
      - `self` string
    - `relationships` InlineResponse20014Relationships[]
      - `created-by` InlineResponse20014Createdby
        - `data` InlineResponse20014CreatedbyData
          - `id` string
          - `type` 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)
