---
title: "Get All User Custom Attributes"
method: GET
path: "/api/v2/user-custom-attributes"
tags: ["User Custom Attributes"]
---

# Get All User Custom Attributes

`GET /api/v2/user-custom-attributes`

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

## Query parameters

- `limit` integer

## Response `200`

Success

- InlineResponse2002
  - `data` InlineResponse2002Data
    - `type` string, nullable
    - `id` string, nullable
    - `attributes` InlineResponse2002DataAttributes
      - `custom-attributes` InlineResponse2002DataAttributesCustomattributes — Enter the name of the custom attribute in the `newKey` field and specify the corresponding value in the `New Value` field as a string, date, number, or boolean value. For example, `Geography: NAmerica`, `StartDate: 01-02-2018`, `IsTemp: false`, `Code: 6`, etc.
    - `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/revisions/4a22b709515c/schema)
