Patch User
Applies a partial update to a user. Currently patches the time tracking hourly rate (null clears it so the practice default applies).
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| code* | path string | |
Request Body*
{
"hourlyRate": 0
}
Responses
204 No Content
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found