Go to Rilla

UsersExportResponse

Complete response envelope for POST /export/users. No pagination.

1 fieldsapplication/jsonDownload JSON Schema ↓

Fields

Required means the key is present; nullable means its value may be null. These are different. Examples are synthetic, complete for the documented fields, and not real customer data.

One UsersExport for each selected user. An empty array means no users matched.

Complete example

UsersExportResponse · complete example
{
  "users": [
    {
      "userId": "33333333-3333-4333-8333-333333333333",
      "name": "Alex Morgan",
      "email": "alex@example.com",
      "accountSetUp": true,
      "isRemoved": false,
      "role": "Sales Rep",
      "teams": [
        {
          "teamId": "44444444-4444-4444-8444-444444444444",
          "name": "West region"
        }
      ],
      "timeOfFirstRecording": "2023-11-02T16:20:00Z",
      "lastActive": "2026-09-01T09:45:00Z",
      "hasVoiceId": true,
      "analyticsViewed": 5,
      "appointmentsRecorded": 46,
      "averageConversationDuration": 3150,
      "averageConversationLength": 3260,
      "averageScriptCompliance": 0.81,
      "averageTimePerRidealong": 1800,
      "clipCommentsGiven": 3,
      "clipsCreated": 6,
      "clipViewDuration": 43200,
      "commentsReceived": 28,
      "commentsRead": 21,
      "commentsGiven": 12,
      "conversationsCommentedOn": 15,
      "conversationsRecorded": 48,
      "conversationsViewed": 70,
      "conversationViewDuration": 86400,
      "lastRidealongAt": "2026-09-01T13:00:00Z",
      "longestMonologueAverage": 115,
      "longestCustomerMonologueAverage": 52,
      "patienceAverage": 0.68,
      "percentageOfRepsWithCommentsGiven": null,
      "recordingCompliance": 0.9,
      "ridealongsReceived": 2,
      "scorecardsReceived": 9,
      "scorecardsGiven": 4,
      "talkRatioAverage": 0.53,
      "totalAppointments": 51,
      "totalEndOfRidealongsReached": 1,
      "totalRidealongsCompleted": 3,
      "viewedRecordedRatio": 0.5,
      "liveCoaching": {
        "sessionsHosted": 2,
        "viewEventsReceived": 18,
        "uniqueViewers": 5,
        "viewDurationMinutes": 64,
        "commentsReceived": 7,
        "uniqueCommenters": 3,
        "moneySaved": 1200,
        "lastCoachedAt": "2026-09-01T10:30:00Z"
      }
    }
  ]
}

All response types →

On this page