v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
User Custom Attributes

Get All 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

get/api/v2/user-custom-attributes

Query parameters

limitinteger

Response

Success

Example response

{
  "data": {
    "attributes": {
      "custom-attributes": {
        "Geography": "NAmerica",
        "StartDate": "01-02-2018",
        "IsPermanent": true,
        "Code": 6
      }
    }
  }
}