PatchTenantUserRequest
Partial update for a user within a tenant. Every field is optional; the current
field set is applied as a unit (send the value you want, null to clear).
Extend with further patchable fields as needed.
Properties
| Name | Type | Description |
|---|---|---|
| hourlyRate | number | Charge-out rate per hour for time tracking. Null clears the rate so the practice default applies. |
Charge-out rate per hour for time tracking. Null clears the rate so the practice default applies. | ||
JSON Example
{
"hourlyRate": 0
}