A set of JSONPatch operations to be performed
Success
Invalid Request
Unauthorized
Forbidden
Not Found
[- {
- "op": "replace",
- "path": "/firstName",
- "value": "Frank"
}, - {
- "op": "replace",
- "path": "/lastName",
- "value": "Simpson"
}
]
{- "id": 1,
- "username": "string",
- "firstName": "string",
- "lastName": "string",
- "email": "annon@annon.com",
- "telephoneNumber": "string",
- "mobileNumber": "string",
- "contractOwnerId": 1,
- "enabled": true,
- "userRoles": [
- 1
]
}