<- Object

Object

EmployeeDeprecated

An employee object that is used by the external API.

DEPRECATED at version 2020-08-26. Replaced by TeamMember.

Link to section

Properties

Link to section

id

string

UUID for this object.

Link to section

first_name

string

The employee's first name.

Link to section

last_name

string

The employee's last name.

Link to section

email

string

The employee's email address

Link to section

phone_number

string

The employee's phone number in E.164 format, i.e. "+12125554250"

Link to section

location_ids

string [ ]

A list of location IDs where this employee has access to.

Link to section

status

string

Specifies the status of the employees being fetched.

Link to section

is_owner

boolean

Whether this employee is the owner of the merchant. Each merchant has one owner employee, and that employee has full authority over the account.

Link to section

created_at

string

Read only A read-only timestamp in RFC 3339 format.

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00

Link to section

updated_at

string

Read only A read-only timestamp in RFC 3339 format.

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00