---
title: "Get All User Degrees"
method: GET
path: "/api/v2/degrees"
tags: ["Degrees"]
---

# Get All User Degrees

`GET /api/v2/degrees`

This endpoint retrieves all degrees for the current organization. <h3>Required Scope</h3>`degrees:read` or `degrees:write`

## Query parameters

- `next` string
- `limit` integer

## Response `200`

Success

- InlineResponse20018
  - `links` InlineResponse20018Links
    - `links` SelfWithNextLink
      - `self` string
      - `next` string
  - `data` InlineResponse20018Data[]
    - `type` string — The type of resource.
    - `id` string — Unique identifier for the degree.
    - `attributes` InlineResponse20018Attributes
      - `created-at` string, date-time — The timestamp when the degree was created.
      - `external-id` string, nullable — An external identifier for the degree, if applicable.
      - `title` string — The title of the degree.
      - `graduated-at` string, date-time, nullable — The graduation date, if available.
      - `image-url` string, uri, nullable — The URL to an image representing the degree.
      - `url` string, uri, nullable — The URL for additional degree details.
      - `college` string — The name of the college where the degree was obtained.
      - `degree` string — The type of degree (e.g., Masters, Bachelors).
      - `grade-point-average` number, float — The GPA associated with the degree.
      - `country` string, nullable — The country where the degree was earned, if available.
      - `outside-us` boolean, nullable — Indicates whether the degree was earned outside the United States.
    - `links` InlineResponse20018Links1
      - `self` string, uri — The URL to the specific degree resource.
    - `relationships` InlineResponse20018Relationships[]
      - `user` InlineResponse20018User
        - `data` InlineResponse20018UserData
          - `id` string — The unique identifier of the related user.
          - `type` string — The type of the related resource.

---

[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)
