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": "2025-07-01 12:00:00",
"navigating_to_job_uuid": "123e4567-72d6-42c3-8d7c-230b7d574b8b",
"navigating_timestamp": "2025-07-01 12:00:00",
"navigating_expiry_timestamp": "2025-07-01 12:00:00",
"status_message_timestamp": "2025-07-01 12:00:00",
"security_role_uuid": "123e4567-db7f-4caf-94d3-230b7069437b",
"uuid": "123e4567-b82f-4c9f-8b8e-230b73e27e2b",
"edit_date": "2025-07-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}