API Docs / Operations / Users / Patch User

Patch User

PATCH /tenants/{tenant}/users/{code}

Applies a partial update to a user. Currently patches the time tracking hourly rate (null clears it so the practice default applies).

Parameters

NameTypeDescription
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