AppointmentProvider
A provider associated with an appointment, along with their role.
Time at which the object was created.
The provider's display name.
The provider's first name.
Unique identifier for the object.
Possible values: Value must match regular expression ^prov_\w{12}$
The provider's last name.
metadata object
Set of key-value pairs attached to this provider. Maximum size is 16 KB.
Set of key-value pairs attached to this provider. Maximum size is 16 KB.
String representing the object's type.
Possible values: [provider]
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]
The provider's preferred IANA time zone, used as the default when authoring schedules.
Time at which the object was last updated.
{
"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",
"time_zone": "America/New_York",
"updated_at": "2017-09-13T10:11:12Z"
}