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-928d-43dd-9372-23312469918b",
"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",
"security_role_uuid": "123e4567-c9d8-4d23-90b2-23312039cceb",
"uuid": "123e4567-7adf-4633-82a4-233123f9ca0b",
"edit_date": "2025-09-01 12:00:00",
"labour_material_uuid": "123e4567-5b8b-48e8-b8dc-23312000c9fb"
}Response
Success
Example response
{
"message": "OK"
}