Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The member uuid
The name of the member. Max 255 chars.
The email address of the member. Must be unique between all members. Max 255 chars.
Whether the member is active in the workspace.
Whether the member is billable.
Whether the member can log into the workspace.
The type of employment for this member.
employee, contractor, other The default bill rate for the member.
The currency code for the default rate.
The active start date (YYYY-MM-DD) of the member. Must come on or before activeEndDate if set.
The active end date (YYYY-MM-DD) of the member. Must come on or after activeStartDate if set.
Whether the member is allowed to create time-off time entries.
Controls which time off types are allowed for time-off entries.
all, custom The approval mode for time-off time entries. If set to "manager" then managerId is required. If set to "member" then timeOffApproverId is required.
auto, manager, member Whether the member receives missing time reminders.
Whether the member receives reminders for unsubmitted timesheets.
Whether the member receives confirmation emails when timesheets are automatically submitted.
Deprecated. Sets timesheetCapacityPolicy to "timesheet" when true or "unrestricted" when false. Use timesheetCapacityPolicy instead.
The timesheet capacity policy.
unrestricted, timesheet, week An extra identifier field for tracking this member against other systems. Must be unique between all members. Max 255 chars.
An area to store extra notes about the member. Max 5000 chars.
Whether the member can track time by entering a duration.
Whether the member can track time by entering a start and end time.
The ID (uuid) of the security role for this member.
The ID (uuid) of the job title for this member.
The ID (uuid) of the member level for this member.
The ID (uuid) of the discipline for this member.
The ID (uuid) of the practice for this member.
The ID (uuid) of the location for this member.
The member ID (uuid) of the manager for this member. Required if timeOffApprovalMode is "manager".
The member ID (uuid) of the time off approver for this member. Required if timeOffApprovalMode is "member".
The ID (uuid) of the holiday schedule for this member.
A list of member tag IDs (uuid) associated with this member.
A list of member certification IDs (uuid) associated with this member.
A list of member skill IDs (uuid) associated with this member.
A list of time off type IDs (uuid) associated with this member. allowedTimeOffTypes must be set to "custom".
200
The unique identifier for the object.
The name of the member.
The email address of the member.
Whether the member is active in the workspace.
Whether the member is billable.
Whether the member can log into the workspace.
The invitation status of the member.
not_invited, invited, accepted The type of employment for this member.
employee, contractor, other Deprecated. The cost method for the member. Use costPeriods instead.
hourly, fixed_hourly, fixed_monthly The default bill rate for the member.
The currency code for the default bill rate.
The start date of the member's active period. Will be in the form YYYY-MM-DD.
The end date of the member's active period. Will be in the form YYYY-MM-DD.
Whether the member is allowed to create time-off time entries.
Controls which time off types this member can use for time-off entries.
all, custom The approval mode for time-off time entries.
auto, manager, member Whether the member receives missing time reminders.
Whether the member receives reminders for unsubmitted timesheets.
Whether the member receives confirmation emails when timesheets are automatically submitted.
The timesheet capacity policy for this member.
unrestricted, timesheet, week An identifier for tracking this member against other systems.
Extra notes about the member.
The timestamp when the object was created.
Whether the member can track time by entering a duration. This is the effective value combining the workspace and member settings.
Whether the member can track time by entering a start and end time. This is the effective value combining the workspace and member settings.
The security role assigned to the member.
The job title assigned to the member.
The member level assigned to the member.
The discipline assigned to the member.
The practice assigned to the member.
The location assigned to the member.
The member's direct manager.
The member designated to approve time-off requests. Only populated when timeOffApprovalMode is "member".
The holiday schedule assigned to the member.
The list of member tags assigned to this member.
The list of certifications assigned to this member.
The list of skills assigned to this member.
The list of time off types allowed for this member. Only populated when allowedTimeOffTypes is "custom".
The list of availability periods defining how many hours per day the member is available.
The list of cost periods defining the member's cost over time.
The list of utilization target periods for the member. null if the Utilization Tracking feature is not enabled.
Legacy. A computed flag derived from timesheetCapacityPolicy. true when the policy is "timesheet" or "week". Use timesheetCapacityPolicy instead.