Creates a restaurant employee record.
An Employee
object containing information about the
employee, including the employee's name and email address.
Returns the created employee.
The request contains data that is not supported by the current version of the API as described.
The request did not have "application/json" in the Content-Type header.
An unexpected internal error occurred. There is a requestId attached to this error that can be referenced by Toast support.
{- "entityType": "RestaurantUser",
- "email": "email",
- "firstName": "first name",
- "chosenName": "optional chosen name",
- "lastName": "last name",
- "externalId": "optional external ID",
- "externalEmployeeId": "optional external employee ID",
- "jobReferences"": [
- {
- "guid": "f290a951-2042-4f3d-b861-d89e9e583876",
- "entityType": "RestaurantJob"
}
], - "wageOverrides": [
- {
- "jobReference": {
- "guid": "f290a951-2042-4f3d-b861-d89e9e583876",
- "entityType": "RestaurantJob"
}, - "wage": 10
}
]
}
{- "guid": "string",
- "entityType": "string",
- "externalId": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "deletedDate": "2019-08-24T14:15:22Z",
- "firstName": "string",
- "chosenName": "string",
- "lastName": "string",
- "email": "string",
- "phoneNumber": "string",
- "phoneNumberCountryCode": "string",
- "passcode": "string",
- "externalEmployeeId": "string",
- "deleted": true,
- "jobReferences": [
- {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}
], - "wageOverrides": [
- {
- "wage": 0,
- "jobReference": {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}
}
], - "v2EmployeeGuid": "string"
}