Staff Members
Update a Staff Member
OAuth Scope
This endpoint requires the following OAuth scope manage_staff.
post/staff/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Staff Member
Request body
Example request
{
"geo_timestamp": "2026-03-01 12:00:00",
"navigating_to_job_uuid": "123e4567-36f6-43f9-9e5e-23f94b960ebb",
"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-9d5c-42e8-b767-23f9483bb5fb",
"security_role_uuid": "123e4567-9d7d-4185-ab9c-23f94afa452b",
"labour_material_uuid": "123e4567-2b10-4d9e-abea-23f946dd59fb"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}