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

# Get Certificates for a Specific User

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

This endpoint retrieves all certificates for 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>/certificates?identifier=email`<h3>Required Scope</h3>`users:read`, `users:write`, `certificates:read` or `certificates:write`

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `identifier` string

## Response `200`

Success

- ListedCertificate
  - `links` SelfWithNextLink
    - `self` string
    - `next` string
  - `data` ListedCertificateData1[]
    - `type` string
    - `id` string
    - `attributes` ListedCertificateAttributes1
      - `title` string, nullable — The title of the certificate.
      - `started-at` string, date-time, nullable — Date when the certificate was issued. (UTC)
      - `completed-at` string, date-time, nullable — Date when the certificate expires. (UTC)
      - `url` string, nullable — Url of the certificate or issuer.
      - `issued-by` string, nullable — Institution that issued the certification.
      - `certificate-number` string, nullable — Certification number from the certifying institution.
    - `links` SelfLink
      - `self` string
    - `relationships` UserRelationshipsInner[]
      - `user` UserRelationshipsInnerUser
        - `data` UserRelationshipData
          - `id` string, nullable
          - `type` string, nullable

---

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