UpdateTenantUserRequest
DTO for Updating a user within a tenant. Does not include email as it cannot be changed.
FirstName/LastName are managed via User updates and synced to TenantUser automatically.
Properties
| Name | Type | Description |
|---|---|---|
| roleType | enum | System Custom |
System Custom | ||
| roleCode | string | The code of the custom role (only used if RoleType is Custom) |
The code of the custom role (only used if RoleType is Custom) | ||
| systemRoleType | enum | Admin StandardUser Viewer |
Admin StandardUser Viewer | ||
| isClientManager | boolean | Whether the user is a client manager within the tenant |
Whether the user is a client manager within the tenant | ||
| isPartner | boolean | Whether the user is a partner within the tenant |
Whether the user is a partner within the tenant | ||
| isAssociate | boolean | Whether the user is an associate within the tenant |
Whether the user is an associate within the tenant | ||
| isRestrictedToTeamClients | boolean | Whether the user can only see clients belonging to their teams |
Whether the user can only see clients belonging to their teams | ||
| isRestrictedToAssignedClients | boolean | Whether the user can only see clients where they are Manager, Partner, or Associate |
Whether the user can only see clients where they are Manager, Partner, or Associate | ||
| 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) — | ||
| workingPatternCode | string | The code of the working pattern this user is on — how many hours they're expected to |
The code of the working pattern this user is on — how many hours they're expected to | ||
JSON Example
{
"roleType": "System",
"roleCode": "string",
"systemRoleType": "Admin",
"isClientManager": false,
"isPartner": false
}