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-08-01 12:00:00",
"navigating_to_job_uuid": "123e4567-1a3d-4d91-9618-231b2a85ec7b",
"navigating_timestamp": "2025-08-01 12:00:00",
"navigating_expiry_timestamp": "2025-08-01 12:00:00",
"status_message_timestamp": "2025-08-01 12:00:00",
"security_role_uuid": "123e4567-83a4-4c1a-bf8e-231b2232f84b",
"uuid": "123e4567-cc33-41db-a0d6-231b27f673ab",
"edit_date": "2025-08-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}