Sends a workspace invitation email to the member. The member must have loginEnabled set to true and must not have already accepted the invitation. Rate limited to once every 5 minutes per member.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The member uuid
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 active start date (YYYY-MM-DD) of the member.
The active end date (YYYY-MM-DD) of the member.
Whether the member is allowed to create time-off time entries.
The allowed time off types for time-off entries. Possible values are: "all" or "custom".
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 extra identifier field for tracking this member against other systems.
An area to store 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.