Put for the oduser table

For requests or help with our API
Post Reply
rdillman
Posts: 1
Joined: Tue Dec 27, 2022 10:06 am

Put for the oduser table

Post by rdillman » Tue Dec 27, 2022 10:10 am

We have a case where billing users need to have a user created for all of our locations.
We create a name specific user per location they have access to. This is quite cumbersome for our IT dept.
When I noticed the Open Dental API I was hoping to fix this problem.

Currently the only access through the api is GET/POST. I would love to see a PUT request so we can hide the user for all locations in a faster manner than we do currently.

Thanks for considering this change :)

SLeon
Posts: 476
Joined: Mon Mar 01, 2021 10:00 am

Re: Put for the oduser table

Post by SLeon » Tue Dec 27, 2022 10:19 am

Good morning,

Yes, we can create a PUT method for the UserODs resource. I have added this to our development list.

JTS
Posts: 38
Joined: Thu Aug 18, 2022 12:56 pm

Re: Put for the oduser table

Post by JTS » Fri Feb 10, 2023 3:43 pm

A new method, Userods PUT, has been added. This method will allow you to update an existing userod. Fields that can be modified include EmployeeNum, ProviderNum, ClinicNum, and IsHidden. For more information, see https://www.opendental.com/site/apiuserods.html

This method is available as of beta version 22.4.20.

Post Reply