API Docs / Schemas / PatchTenantUserRequest

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
workingPatternCodestring

The code of the working pattern to put this user on. Always applied — null clears it
so the practice's default pattern applies.

The code of the working pattern to put this user on. Always applied — null clears it
so the practice's default pattern applies.

isRestrictedToOwnTimeboolean

Whether the user can only see and edit their own time entries.
Omit (null) to leave the restriction unchanged.

Whether the user can only see and edit their own time entries.
Omit (null) to leave the restriction unchanged.

isPaidForTrackedTimeboolean

Whether the practice pays this user for their tracked time (contract basis).
Omit (null) to leave the setting unchanged.

Whether the practice pays this user for their tracked time (contract basis).
Omit (null) to leave the setting unchanged.

JSON Example

{
  "workingPatternCode": "string",
  "isRestrictedToOwnTime": false,
  "isPaidForTrackedTime": false
}

Used By Operations