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
API Security permission
Re: API Security permission
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.
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.
-
- Posts: 113
- Joined: Wed Mar 15, 2023 8:43 am
Re: API Security permission
Yes, please add the GETs function for these request.
Re: API Security permission
We have added UserGroups GET and UserGroupAttaches GET to our development list.
Re: API Security permission
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.
These methods are available the version 23.3.8. Please see: UserGroups and UserGroupAttaches for more information.