---
title: "Get A Specific Custom Attribute"
method: GET
path: "/api/v2/custom-attributes/{id}"
tags: ["Custom Attributes"]
---

# Get A Specific Custom Attribute

`GET /api/v2/custom-attributes/{id}`

This endpoint retrieves the specified  custom attribute for the current organization. <h3>Required Scope</h3>`custom_attribute:write` or `custom_attribute:read`

## Path parameters

- `id` string, required

## Response `200`

Success

- CustomAttributeDetail
  - `data` CustomAttributeDetailData
    - `type` string, nullable
    - `id` string — The unique id of the custom attribute.
    - `attributes` CustomAttributeDetailDataAttributes
      - `name` string — The name of the custom attribute.
      - `data-type` string — The data type of the attribute values to be associated with users. Options include `Bool`, `String`, `Number`, and `DateTime`.
      - `is-visibile-in-ui` boolean — Whether the custom attribute is visible in the UI.

---

[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/revisions/4a22b709515c/schema)
