Skip to main content

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. 



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




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.  



Reply