---
title: "Get User Custom Attributes for a Specific User"
method: GET
path: "/api/v2/users/{id}/user-custom-attributes"
tags: ["User"]
---

# Get User Custom Attributes for a Specific User

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

This endpoint retrieves the user custom attributes for a specific user in the current organization. <h3>Required Scope</h3>`custom_attribute:write` or `custom_attribute:read`

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer

## Response `200`

Success

- UserCustomAttributeDetail
  - `data` UserCustomAttributeDetailData
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` UserCustomAttributeDataAttributes
      - `custom-attributes` UserCustomAttributeDataAttributes1
        - `custom-string-attribute` string, nullable — The name of this property would be any custom attribute name and the value would be a corresponding string.
        - `custom-date-attribute` string, date-time, nullable — The name of this property would be any custom attribute name and the value would be a corresponding date.
        - `custom-integer-attribute` integer, nullable — The name of this property would be any custom attribute name and the value would be a corresponding integer.
        - `custom-boolean-attribute` boolean, nullable — The name of this property would be any custom attribute name and the value would be a corresponding boolean.
    - `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)
