Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.21 KB

Employee.md

File metadata and controls

21 lines (16 loc) · 1.21 KB

SquareConnect.Employee

Description

An employee object that is used by the external API.

Properties

Name Type Description Notes
id String UUID for this object. [optional]
first_name String The employee's first name. [optional]
last_name String The employee's last name. [optional]
email String The employee's email address [optional]
phone_number String The employee's phone number in E.164 format, i.e. "+12125554250" [optional]
location_ids [String] A list of location IDs where this employee has access to. [optional]
status String Specifies the status of the employees being fetched. See EmployeeStatus for possible values [optional]
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. [optional]
created_at String A read-only timestamp in RFC 3339 format. [optional]
updated_at String A read-only timestamp in RFC 3339 format. [optional]