Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 727 Bytes

File metadata and controls

24 lines (18 loc) · 727 Bytes

V1Employee

squareconnect.models.v1_employee

Description

Represents one of a business's employees.

Properties

Name Type Notes
id str [optional]
first_name str
last_name str
role_ids list[str] [optional]
authorized_location_ids list[str] [optional]
email str [optional]
status str [optional]
external_id str [optional]
created_at str [optional]
updated_at str [optional]

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