Object Index
You are viewing an old version of the API
Employee
Object Index
An employee object that is used by the external API.
Properties
Name | Description |
---|---|
id
|
UUID for this object. |
first_
|
The employee's first name. |
last_
|
The employee's last name. |
email
|
The employee's email address |
phone_
|
The employee's phone number in E.164 format, i.e. "+12125554250" |
location_
|
A list of location IDs where this employee has access to. |
status
|
Specifies the status of the employees being fetched. |
is_
|
Whether this employee is the owner of the merchant. Each merchant has one owner employee, and that employee has full authority over the account. |
created_
|
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 |
updated_
|
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 |