Page 1 of 1

API Security permission

Posted: Tue May 16, 2023 6:28 am
by beacondental
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

Re: API Security permission

Posted: Tue May 16, 2023 8:19 am
by SLeon
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.

Re: API Security permission

Posted: Tue May 16, 2023 8:26 am
by beacondental
Yes, please add the GETs function for these request.

Re: API Security permission

Posted: Tue May 16, 2023 12:22 pm
by SLeon
We have added UserGroups GET and UserGroupAttaches GET to our development list.

Re: API Security permission

Posted: Thu Nov 16, 2023 11:18 am
by rochelle
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.