Team Member Object

Scope

Below you can find a description of the Member model, which can be useful to have an idea of what to expect in each endpoint.

See the examples attached to each request for more information about the response.

Member Model

PropertyDescriptionType
token_idUnique identifier for that employee.string
emailEmail of the employee.string
first_nameFirst name of the employee.string
last_nameLast name of the employee.string
phonePhone of the employee.string
employee_numberEmployee number in your records.string
roleRole of the employee. The available values for this parameter are: admin, manager and member.string
start_dateEmployee start date. Format: yyyy-mm-ddstring
end_dateEmployee end date. Default is null. If specified, then Everlance will not include this user in reports, will not be charged for, and will not have access to Premium features. Format: yyyy-mm-ddstring
leave_start_dateSpecify if the employee is going to be on leave. During this period the employee will be excluded from reports. Format: yyyy-mm-ddstring
leave_end_dateSpecify when the employee will return from leave. After this date employee will be included in reports. Format: yyyy-mm-ddstring
leave_reasonSpecify a reason for the leave.string
metadataArray of metadata objects that can be assigned to the employee. See table below.Array of objects
program_nameSpecify the program name the employee should be assigned to.
If you want to remove the employee from their program send no_program
string

Metadata object

ParameterTypeRequiredNotes
nameStringYesName of the metadatum
valueStringYesValue for the metadatum. If the value is null, the metadatum will be archived in Everlance