Staff Members
Create a new Staff Member
OAuth Scope
This endpoint requires the following OAuth scope manage_staff.
Record UUID
UUID is optional for record creation. If no UUID is supplied, a UUID will be automatically generated for the new record and returned in the x-record-uuid response header.
post/staff.json
Request body
Example request
{
"geo_timestamp": "2026-03-01 12:00:00",
"navigating_to_job_uuid": "123e4567-7427-40c6-9e44-23eb299ea21b",
"navigating_timestamp": "2026-03-01 12:00:00",
"navigating_expiry_timestamp": "2026-03-01 12:00:00",
"status_message_timestamp": "2026-03-01 12:00:00",
"uuid": "123e4567-f3fd-4ded-a0ed-23eb20e1f46b",
"security_role_uuid": "123e4567-2640-4c86-9f44-23eb2b7ed3ab",
"labour_material_uuid": "123e4567-d622-4fc2-be5b-23eb2b88c34b"
}Response
Success
Example response
{
"message": "OK"
}