API Security permission

For requests or help with our API
Post Reply
beacondental
Posts: 87
Joined: Wed Mar 15, 2023 8:43 am

API Security permission

Post by beacondental » Tue May 16, 2023 6:28 am

For API security permission, it would be helpful to get all the items available in the security table. Items like user ID, employee associated, User groups, hidden or not hidden, provider link, dosespot ID, clinic attached, etc.
https://www.opendental.com/site/apisecurity.html

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

Re: API Security permission

Post by SLeon » Tue May 16, 2023 8:19 am

The API security permission page you are referring to are for API key permissions, not for Open Dental user permissions. The documentation on that page has been updated to further indicate this.

Basic user information can already be obtained via Userods GET. The remaining user permission information is found in the UserGroup and UserGroupAttach tables. You can use the Queries resource to get that information now. We can also add GETs for these methods to our development list, if you like.

beacondental
Posts: 87
Joined: Wed Mar 15, 2023 8:43 am

Re: API Security permission

Post by beacondental » Tue May 16, 2023 8:26 am

Yes, please add the GETs function for these request.

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

Re: API Security permission

Post by SLeon » Tue May 16, 2023 12:22 pm

We have added UserGroups GET and UserGroupAttaches GET to our development list.

rochelle
Posts: 17
Joined: Mon Jun 01, 2020 10:29 am

Re: API Security permission

Post by rochelle » Thu Nov 16, 2023 11:18 am

UserGroups GET and UserGroupAttaches GET are now complete.
These methods are available the version 23.3.8. Please see: UserGroups and UserGroupAttaches for more information.

Post Reply