Square.Connect.Model.V1Employee

July 10, 2019 ยท View on GitHub

Description

Represents one of a business's employees.

Properties

NameTypeDescriptionNotes
IdstringThe employee's unique ID.[optional]
FirstNamestringThe employee's first name.
LastNamestringThe employee's last name.
RoleIdsListThe ids of the employee's associated roles. Currently, you can specify only one or zero roles per employee.[optional]
AuthorizedLocationIdsListThe IDs of the locations the employee is allowed to clock in at.[optional]
EmailstringThe employee's email address.[optional]
StatusstringCWhether the employee is ACTIVE or INACTIVE. Inactive employees cannot sign in to Square Register.Merchants update this field from the Square Dashboard. See V1EmployeeStatus for possible values[optional]
ExternalIdstringAn ID the merchant can set to associate the employee with an entity in another system.[optional]
CreatedAtstringThe time when the employee entity was created, in ISO 8601 format.[optional]
UpdatedAtstringThe time when the employee entity was most recently updated, in ISO 8601 format.[optional]

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