Skip to main content
WEBHOOK
user.modified
{
  "version": "<string>",
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "fleet_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "fleet_ref": "<string>",
      "source_name": "ada",
      "connection_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "source_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "occurred_at": "2023-11-07T05:31:56Z",
      "tsp_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "tsp_slug": "<string>",
      "deleted_at": "2023-11-07T05:31:56Z",
      "execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "schedule_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "extras": {},
      "username": "<string>",
      "started_at": "2023-11-07T05:31:56Z",
      "ended_at": "2023-11-07T05:31:56Z",
      "is_active": true,
      "status": "<string>",
      "is_driver": true,
      "user_designation": "<string>",
      "user_email": "<string>",
      "first_name": "<string>",
      "last_name": "<string>",
      "phone_number": "<string>",
      "country_code": "<string>",
      "license_country": "<string>",
      "license_region": "<string>",
      "license_number": "<string>",
      "license_expiration": "2023-12-25",
      "employee_number": "<string>",
      "company_groups": {},
      "private_user_groups": {},
      "report_groups": {},
      "security_groups": {},
      "authority_name": "<string>",
      "authority_address": "<string>",
      "company_name": "<string>",
      "company_address": "<string>",
      "carrier_number": "<string>",
      "last_tsp_login": "2023-11-07T05:31:56Z",
      "notes": "<string>",
      "hos_ruleset_code": "US_INT_PROP_60_7",
      "allow_yard_move": true,
      "allow_personal_conveyance": true,
      "allow_adverse_driving": true,
      "default_time_zone": "UTC"
    }
  ],
  "webhook_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "event_name": "user.modified",
  "timestamp": "2023-11-07T05:31:56Z",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "delivery_attempt": 0
}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.catenatelematics.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

User modified event.

version
string
required

Version of the schema used for this event

Pattern: ^\d+\.\d+$
Examples:

"1.0"

"1.1"

"2.0"

data
BaseUser · object[]
required

The event payload, with one or more records of the specified type

webhook_id
string<uuid>
required

Unique identifier for the webhook subscription that triggered this delivery

event_name
string
default:user.modified
timestamp
string<date-time> | null

ISO 8601 timestamp when the event occurred

id
string<uuid> | null

Unique identifier for this specific event instance (UUID v7 for time-ordered sorting)

delivery_attempt
integer
default:0

The number of times the event has been attempted to be delivered

Response

Successful Response