CreateProviderRequest

Request schema for creating a provider

Request schema for creating a provider

Example

{  "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"}