Go to Rilla

RecordingUser

The rep who owns the recording.

3 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.

idstringrequired

Rilla user ID.

Example "33333333-3333-4333-8333-333333333333"
namestring | nullrequirednullable

Full name.

Example "Alex Morgan"
emailstringrequired

Email address.

Example "alex@example.com"

Complete example

RecordingUser · complete example
{
  "id": "33333333-3333-4333-8333-333333333333",
  "name": "Alex Morgan",
  "email": "alex@example.com"
}

All response types →

On this page