Hello Experts,
Actually I am a ServiceNow Developer and trying to integrate SNOW and BOX with rest API.
While my initial research I found that I need to create a application in BOX and using those Client ID and Client secrete credentials I can access my account. This appplication is like bridge between SNOW(external application) and BOX. I am using standard OAuth2 method for authentication.
I was able to connect to BOX and create/update folder using API. But as I have authenticated the BOX account while integrating, created folder is showing owner as my name.
I want it to be created with another Admin account. I know while going to production, I can authenticate this integration with that admin account and created folder will have owner as that admin as required.
But I have seen somewhere mentioned about service account. What exactly is service account ? Is it a kind of user account in BOX which can be used for API integration? How to create service account in BOX? where can I see existing service accounts in my BOX application ?
I am new to BOX. Please help me out.
Thanks,
Ali