v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
User Custom Attributes

Create a New User Custom Attribute

This endpoint creates a collection of custom attributes for a user within the organization. You must register a custom attribute using the POST endpoint for custom attributes in order to assign values to users associated with the attribute. For more information, see User Custom Attributes. <h3>Required Scope</h3>custom_attribute:write

post/api/v2/user-custom-attributes

Request body

Example request

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

Response

Success