CreateProviderRequest
Request schema for creating a provider
Whether to grant the provider access to the dashboard.
falseThe provider's display name.
The provider's email address.
The provider's first name.
The provider's last name.
metadata object
Set of key-value pairs to attach to this provider. Maximum size is 16 KB.
Set of key-value pairs to attach to this provider. Maximum size is 16 KB.
Whether to send an email notification to the user (if add_user is true). If they don't already have an account, they will receive an email with instructions to set their password when this property is true.
falseList of role IDs to assign to the user (if add_user is true).
Possible values: Value must match regular expression ^role_\w{12}$
The provider's preferred IANA time zone, used as the default when authoring schedules. Defaults to the account location's time zone when omitted.
America/New_York{
"add_user": true,
"display_name": "John Smith",
"email": "john.smith@tendermedical.com",
"first_name": "John",
"last_name": "Smith",
"metadata": {
"external_id": "123"
},
"notify": false,
"role_ids": [
"role_123456789012"
],
"time_zone": "America/New_York"
}