# Updates provider data Updates the information of a specific provider. Endpoint: PATCH /v2/providers/{id} Security: BearerAuth ## Header parameters: - `organization-id` (string) ## Path parameters: - `id` (string, required) ## Request fields (application/json): - `initial_credentialing_date` (string) Date by which Provider was initially credentialed. - `external_id` (string) Client’s ID for the provider - `primary_email` (string) Provider’s email address Example: "string@string.com" - `gender` (string) Provider Gender Enum: "M", "F", "U" - `dob` (string) Provider’s date of birth - `is_pcp` (boolean) Indicates whether the provider is a Primary Care Provider (PCP). - `is_specialist` (boolean) Indicates whether the provider is a specialist. - `accepts_new_patients` (boolean) Indicates whether the provider is currently accepting new patients. - `accepts_new_medicare_patients` (boolean) Indicates whether the provider accepts new Medicare patients. - `assigned_states` (string) Provider's assigned states Enum: "AK", "AL", "AR", "AS", "AZ", "CA", "CO", "CT", "DC", "DE", "FL", "FM", "GA", "GU", "HI", "IA", "ID", "IL", "IN", "KS", "KY", "LA", "MA", "MD", "ME", "MH", "MI", "MN", "MO", "MP", "MS", "MT", "NC", "ND", "NE", "NH", "NJ", "NM", "NV", "NY", "OH", "OK", "OR", "PA", "PR", "PW", "RI", "SC", "SD", "TN", "TX", "UT", "UM", "VA", "VI", "VT", "WA", "WI", "WV", "WY" ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields