v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
User Custom Attributes

Update User Custom Attributes

This endpoint updates the collection of custom attributes for a user within the organization. <h3>Required Scope</h3>custom_attribute:write

patch/api/v2/user-custom-attributes/{id}

Path parameters

idstring required

The id of the user custom attribute to update.

Request body

Example request

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

Response

Success