# v2/providers ## Create Providers - [POST /v2/providers](https://docs.certifyos.com/reference/application/api/v2providers/providersv2controller_bulkcreate.md): Create providers (Bulk) ## Lists all providers in an organization - [GET /v2/providers](https://docs.certifyos.com/reference/application/api/v2providers/providersv2controller_findall.md): Fetches all the providers in the given organization, this endpoint is used to query for all providers in the organization. The endpoint returns a list of providers with the providerId and basic details. This endpoint supports filters for pagination (offset and limit), file type, flagged status, and created or updated date ranges. The practice location data response can be enabled on request, it is not returned by default. ## Terminate providers - [PATCH /v2/providers/terminate-providers](https://docs.certifyos.com/reference/application/api/v2providers/providersv2controller_terminate.md): Terminate providers. ## Unterminate providers - [PATCH /v2/providers/unterminate-providers](https://docs.certifyos.com/reference/application/api/v2providers/providersv2controller_unterminate.md): Unterminate providers ## Updates provider data - [PATCH /v2/providers/{id}](https://docs.certifyos.com/reference/application/api/v2providers/providersv2controller_update.md): Updates the information of a specific provider. ## Share multiple providers to Credentialing Committee. - [POST /v2/providers/bulk-share-to-cred-committee](https://docs.certifyos.com/reference/application/api/v2providers/providersv2controller_sharebulktocredcommittee.md) ## Share provider to Credentialing Committee. - [PATCH /v2/providers/{id}/share-to-cred-committee](https://docs.certifyos.com/reference/application/api/v2providers/providersv2controller_sharetocredcommittee.md)