Skip to main content
PUT
/
coaching
/
driver-coach-assignments
Put driver coach assignments.
curl --request PUT \
  --url https://api.samsara.com/coaching/driver-coach-assignments \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "createdAtTime": "2019-06-13T19:08:25Z",
    "driverId": "45646",
    "updatedAtTime": "2019-06-13T19:08:25Z",
    "coachId": "45646"
  }
}

Documentation Index

Fetch the complete documentation index at: https://samsara-showcase.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

driverId
string
required

Required string ID of the driver. This is a unique Samsara ID of a driver.

coachId
string

Optional string ID of the coach. This is a unique Samsara user ID. If not provided, existing coach assignment will be removed.

Response

OK response.

data
object
required

Driver coach assignment object.