Retrieve employee
Required permissions
EMPLOYEES_READ
Path Parameters
Name | Description |
---|---|
id
Required
|
UUID for the employee that was requested. |
Response Fields
Name | Description |
---|---|
employee
|
The response object. |
errors
|
Any errors that occurred during the request. |
Examples
You are viewing an old version of the API
GET
/v2/employees/{id}
cURL
- cURL
- Ruby
- Python
curl https://connect.squareup.com/v2/employees/{id} \
-H 'Square-Version: 2019-11-20' \
-H 'Authorization: Bearer ACCESS_TOKEN'