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-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
Example response
{
"message": "OK"
}