Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.49 KB

V1Employee.md

File metadata and controls

28 lines (20 loc) · 1.49 KB

Square.Connect.Model.V1Employee

Properties

Name Type Description Notes
Id string The employee's unique ID. [optional]
FirstName string The employee's first name.
LastName string The employee's last name.
RoleIds List The ids of the employee's associated roles. Currently, you can specify only one or zero roles per employee. [optional]
AuthorizedLocationIds List The IDs of the locations the employee is allowed to clock in at. [optional]
Email string The employee's email address. [optional]
Status StatusEnum CWhether the employee is ACTIVE or INACTIVE. Inactive employees cannot sign in to Square Register.Merchants update this field from the Square Dashboard. [optional]
ExternalId string An ID the merchant can set to associate the employee with an entity in another system. [optional]
CreatedAt string The time when the employee entity was created, in ISO 8601 format. [optional]
UpdatedAt string The time when the employee entity was most recently updated, in ISO 8601 format. [optional]

StatusEnum

Name Value
ACTIVE "ACTIVE"
INACTIVE "INACTIVE"

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