PatchTenantUserRequest
Partial update for a user within a tenant. Extend with further patchable fields as needed.
Rates are managed via the user's rates endpoints, not here.
Properties
| Name | Type | Description |
|---|---|---|
| workingPatternCode | string | The code of the working pattern to put this user on. Always applied — null clears it |
The code of the working pattern to put this user on. Always applied — null clears it | ||
| isRestrictedToOwnTime | boolean | Whether the user can only see and edit their own time entries. |
Whether the user can only see and edit their own time entries. | ||
| isPaidForTrackedTime | boolean | Whether the practice pays this user for their tracked time (contract basis). |
Whether the practice pays this user for their tracked time (contract basis). | ||
JSON Example
{
"workingPatternCode": "string",
"isRestrictedToOwnTime": false,
"isPaidForTrackedTime": false
}