Update individual properties. This applies only for corporate applications where individuals associated to the company need to be updated.
Authorization | string OAuth bearer token (see authentication flows) |
x-l2f-request-id | string Optional Unique ID per request, useful for fault resolution/diagnosis and audit. |
x-l2f-idempotency-id | string Unique ID used to safely retry an operation. See idempotency section for more details. |
Array of objects (PatchIndividual) Follow standard patch guidance |
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "updates": [
- {
- "field": "string",
- "value": "string"
}
]
}
{- "data": {
- "id": "string"
}
}