Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The name of the member. Max 255 chars.
The email address of the member. Must be unique between all members. Max 255 chars.
If set to true and the member is created successfully, an invitation will be sent to join the workspace. loginEnabled must be set to true. Defaults false if not provided.
Whether the member is active in the system.
Whether the member is billable.
Whether the member can log into the workspace.
The type of employment for this member. Defaults to "employee" if not provided.
employee, contractor, other The cost method for the member.
hourly, fixed_hourly, fixed_monthly 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. Defaults true if not set.
The approval mode for time-off time entries. Defaults to "auto" if not set. 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. Defaults true if not set.
Whether the member receives reminders for unsubmitted timesheets. Defaults true if not set.
The timesheet capacity policy. Possible values are: "unrestricted", "timesheet", or "week". Defaults to "unrestricted" if not provided.
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.
The ID (uuid) of the security role for this member. The default security role will be used if not set.
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.
The allowed time off types for time-off entries. Possible values are: "all" (All types are allowed) or "custom" (Only specific types are allowed). Defaults to "all" if not provided.
all, custom A list of time off types IDs (uuid) associated with this member.
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 system.
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.
hourly, fixed_hourly, fixed_monthly The default bill rate for the member.
The currency code for the default 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.
The allowed time off types 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.
The timesheet capacity policy.
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.
Whether the member can track time by entering a start and end time.
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 security role 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 availability periods defining how many hours per day the member is available.
The list of time off types allowed for this member. Only populated when allowedTimeOffTypes is "custom".
The list of cost periods defining the member's cost over time.
The list of utilization target periods. null if the utilization feature is not enabled.
Legacy. A computed flag derived from timesheetCapacityPolicy. true when the policy is "timesheet" or "week". Use timesheetCapacityPolicy instead.