Ensure your endpoint path matches your auth type (e.g., /basicfor Basic Auth).
application/json and contain a single userAttributes array.| Field | Type | Required | Description |
|---|---|---|---|
userAttributes | array | Yes | An array of objects defining the users and attributes. |
userName | string | Yes | The UPN for the user. |
attributes | object | Yes | The map of attributes and values to be written. |
"userAttributes": [
{
"attributes": {
"department": "engineering",
"costCenter": "cc-1234"
},
"userName": "jane.doe@example.com"
}
]