Sha256: a82c0828258b24259f4b56a9f6027b8a10dd7edcc32b3e2ce4bdb4a3edd0de72

Contents?: true

Size: 1.36 KB

Versions: 14

Compression:

Stored size: 1.36 KB

Contents

# SquareConnect::V1Employee

### Description

Represents one of a business's employees.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The employee's unique ID. | [optional] 
**first_name** | **String** | The employee's first name. | 
**last_name** | **String** | The employee's last name. | 
**role_ids** | **Array<String>** | The ids of the employee's associated roles. Currently, you can specify only one or zero roles per employee. | [optional] 
**authorized_location_ids** | **Array<String>** | The IDs of the locations the employee is allowed to clock in at. | [optional] 
**email** | **String** | The employee's email address. | [optional] 
**status** | **String** | CWhether the employee is ACTIVE or INACTIVE. Inactive employees cannot sign in to Square Register.Merchants update this field from the Square Dashboard. See [V1EmployeeStatus](#type-v1employeestatus) for possible values | [optional] 
**external_id** | **String** | An ID the merchant can set to associate the employee with an entity in another system. | [optional] 
**created_at** | **String** | The time when the employee entity was created, in ISO 8601 format. | [optional] 
**updated_at** | **String** | The time when the employee entity was most recently updated, in ISO 8601 format. | [optional] 


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
square_connect-2.20190724.1.334 docs/V1Employee.md
square_connect-2.20190724.0.331 docs/V1Employee.md
square_connect-2.20190724.0.330 docs/V1Employee.md
square_connect-2.20190724.0.325 docs/V1Employee.md
square_connect-2.20190710.0.321 docs/V1Employee.md
square_connect-2.20190612.1.314 docs/V1Employee.md
square_connect-2.20190612.0.311 docs/V1Employee.md
square_connect-2.20190612.0.309 docs/V1Employee.md
square_connect-2.20190508.0.304 docs/V1Employee.md
square_connect-2.20190410.1.300 docs/V1Employee.md
square_connect-2.20190410.0.296 docs/V1Employee.md
square_connect-2.20190327.1.292 docs/V1Employee.md
square_connect-2.20190313.1.282 docs/V1Employee.md
square_connect-2.20190313.0.278 docs/V1Employee.md