UserUpdate
| Field | Type | Required | Description |
|---|---|---|---|
firstName |
string |
||
lastName |
string |
||
customAttributes |
CustomAttributes |
Example
Section titled “Example”{ "firstName": "John", "lastName": "Doe", "customAttributes": { "attribute1": "value1", "attribute2": "value2" }}
