Email addresses for Providers
Posted: Wed Sep 22, 2021 12:31 pm
A developer recently contacted me with the following question and I am moving it here for better visibility.
Our solution is to implement a new method, Userods GET, to get information for all userods. This will include userods that are providers, and therefore their email addresses. We are starting development on this right now.
The email address for a provider is not stored in the provider table and so is not returned with the Providers GET method. Users in Open Dental (called Userods) contain information such as email addresses, and can be Providers, Employees, both, or neither.Would "email" be included in the data returned from Providers GET? After testing, we found that "email" was not returned. Our system requires email for all users and was hoping you could help us with this.
Our solution is to implement a new method, Userods GET, to get information for all userods. This will include userods that are providers, and therefore their email addresses. We are starting development on this right now.