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-ea32-496e-93d0-23eb2d8a35db",
"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-4616-4260-a4cc-23eb23cf975b",
"security_role_uuid": "123e4567-c4c1-4dc2-9160-23eb2ec1a15b",
"labour_material_uuid": "123e4567-9a3d-44f5-b282-23eb2e5e268b"
}Response
Success
Example response
{
"message": "OK"
}