Update a member

Log in to see full request history
Path Params
string
required

The member uuid

Body Params
string

The name of the member. Max 255 chars.

string

The email address of the member. Must be unique between all members. Max 255 chars.

boolean

A flag to indicate if the member is active in the system.

boolean

A flag to indicate if the member can bill their time.

boolean

A flag to indicate if the member can log into the workspace.

string

The type of employment for this member.

string

The cost method for the member.

float

The default bill rate for the member.

string
Defaults to USD

The currency code for the default rate.

date

The active start date (YYYY-MM-DD) of the member. Must come on or before activeEndDate if set.

date

The active end date (YYYY-MM-DD) of the member. Must come on or after activeStartDate if set.

boolean

A flag to indicate if the member is allowed to create time-off time entries.

string

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.

boolean

A flag to indicate if the member should receive missing time reminders.

boolean

A flag to indicate if the member should receive reminders if their timesheets have not been submitted.

string

The timesheet capacity policy. Possible values are: "unrestricted", "timesheet", or "week".

string

An extra identifier field for tracking this member against other systems. Must be unique between all members. Max 255 chars.

string

An area to store extra notes about the member. Max 5000 chars.

string

The ID (uuid) of the security role for this member.

string

The ID (uuid) of the job title for this member.

string

The ID (uuid) of the discipline for this member.

string

The ID (uuid) of the practice for this member.

string

The ID (uuid) of the location for this member.

string

The member ID (uuid) of the manager for this member. Required if timeOffApprovalMode is "manager".

string

The member ID (uuid) of the time off approver for this member. Required if timeOffApprovalMode is "member".

string

The ID (uuid) of the holiday schedule for this member.

tagIds
array of strings

A list of member tag IDs (uuid) associated with this member.

tagIds
skillIds
array of strings

A list of member skill IDs (uuid) associated with this member.

skillIds
Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json