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": "2025-09-01 12:00:00",
"navigating_to_job_uuid": "123e4567-ea64-4c9e-b44c-23482be3621b",
"navigating_timestamp": "2025-09-01 12:00:00",
"navigating_expiry_timestamp": "2025-09-01 12:00:00",
"status_message_timestamp": "2025-09-01 12:00:00",
"uuid": "123e4567-f48b-4e5d-aa67-234822e7757b",
"security_role_uuid": "123e4567-cfaf-4aee-86c8-23482e42f00b",
"labour_material_uuid": "123e4567-18aa-456f-bdec-234822205fab"
}Response
Success
Example response
{
"message": "OK"
}