Skip to main content

AppointmentProvider

A provider associated with an appointment, along with their role.

created_atdate-timerequired

Time at which the object was created.

display_namestringrequired

The provider's display name.

first_namestringrequired

The provider's first name.

idstringrequired

Unique identifier for the object.

Possible values: Value must match regular expression ^prov_\w{12}$

last_namestringrequired

The provider's last name.

metadata object

Set of key-value pairs attached to this provider. Maximum size is 16 KB.

property name*any

Set of key-value pairs attached to this provider. Maximum size is 16 KB.

objectstringrequired

String representing the object's type.

Possible values: [provider]

rolestringrequired

The provider's role on the appointment. The primary provider is the anchor whose infrastructure drives conferencing, calendar sync, and notifications.

Possible values: [primary, secondary]

updated_atdate-timerequired

Time at which the object was last updated.

AppointmentProvider
{
"created_at": "2017-09-12T12:34:55Z",
"display_name": "John Smith",
"first_name": "John",
"id": "prov_d025a96ac0c6",
"last_name": "Smith",
"metadata": {
"external_id": "123"
},
"object": "provider",
"role": "primary",
"updated_at": "2017-09-13T10:11:12Z"
}