Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Files

Latest commit

 

History

History
24 lines (16 loc) · 1.19 KB

Employee.md

File metadata and controls

24 lines (16 loc) · 1.19 KB

Square.Connect.Model.Employee

Description

An employee object that is used by the external API.

Properties

Name Type Description Notes
Id string UUID for this object. [optional]
FirstName string The employee's first name. [optional]
LastName string The employee's last name. [optional]
Email string The employee's email address [optional]
PhoneNumber string The employee's phone number in E.164 format, i.e. "+12125554250" [optional]
LocationIds List 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]
CreatedAt string A read-only timestamp in RFC 3339 format. [optional]
UpdatedAt string A read-only timestamp in RFC 3339 format. [optional]

[Back to Model list] [Back to API list] [Back to README]