Create an employee

Creates an employee for a merchant. Accepts optional expand parameters.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Merchant Id

Query Params
string

Expandable fields: [shifts, payments, orders, roles]

Body Params
string

Unique identifier

string
required

Full name of the employee

string

Nickname of the employee (shows up on receipts)

string

Custom ID of the employee

string

Email of the employee (optional)

boolean

Returns true if this employee was sent an invite to activate their account

integer

Timestamp of when this employee claimed their account

integer

Timestamp of when this employee was deleted

string

Employee PIN (hashed)

string

Employee PIN

string
enum

Employee System Role

Allowed:
roles
array of objects
roles
boolean

Returns true if this employee is the owner account for this merchant

shifts
array of objects

This employee's shifts

shifts
payments
array of objects

This employee's payments

payments
orders
array of objects

This employee's orders

orders
employeeCards
array of objects

This employee's employee cards

employeeCards
merchant
object

The merchant employing this employee.

Headers
string
required

Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <product> / <product-version> <comment>

Response
200
Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!