Using Identifiers
Easyteam Internal IDs
dd1c8ac6-4ca2-436a-ba87-b1df00f84c17
.External IDs
EMP123
or 100005
as an employee's identifier, you would set this as their external ID in Easyteam.When to Use Each ID Type
POST /api/v1/timesheets
{
"employee_id": "EMP123",
"start_date": "2024-01-01",
"end_date": "2024-01-07"
}
ID Usage in Webhooks
{
"event_type": 'export',
"data": {
"type": "employees-list" | "employee",
"organizationId": "<Your-MERCHANT-ID>",
"requestedBy": "<Your-Internal-Employee-ID>",
"startDate": "2024-04-01T00:00:00Z",
"endDate": "2024-05-30T00:00:00Z",
"locations": [ "<Your-MERCHANT-ID>", .. ],
"employees": [ "<Your-Employee-ID>", .. ],
"roles": [ "role1", "role2", .. ],
"url": "<url of a json-file>"
}
}
Best Practices for Identifier Management
Getting Help
1.
2.
3.
4.