Q3 Roadmap: Embedded Notifications, Embedded Commissions, Tips and more!
curl --location --request POST '/api/organizations//staffmembers/sync' \
--header 'Content-Type: application/json' \
--data-raw '{
"employees": [
{
"externalId": "ext_emp_003",
"name": "Alice Brown",
"email": "alice.brown@example.com",
"phoneNumber": "+15551112233",
"accessRoleName": "Employee"
}
]
}'
Synchronization successful.