Skip to main content
Question

Oracle pl/sql api for enterprise provisioning.

  • May 21, 2025
  • 2 replies
  • 38 views

Forum|alt.badge.img

We are starting up on an enterprise rollout of box for our campus, and I am looking to do user and group provisioning as part of our Oracle based IdM system.  We have used REST APIs for other integrations ( voicemail, syllabus display), but I was interested in chatting with other folks who have done things like this. 

2 replies

Forum|alt.badge.img

I would need something like a pl/sql api for all box functions also, anybody done this?


Forum|alt.badge.img

In case anyone else is interested, I have been making some progress.  I have a PL/SQL function to handle the OAUTH2 tokens - I call it, and it returns an access token.  If the access token is close to expiring, it gets a new one.  

 

I have started getting data from the REST API - so far, just a list of users (that then get stored in an Oracle table) so I can start figuring how I want to tie it into my IdM system here.