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"
}Changes
Changed in 3 of the 50 revisions of this API.16
- ●
removed the request property
activerequest-property-removed
- ●
- ○
added the new optional request property
labour_material_uuidnew-optional-request-property
- ○
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○