I'm just looking for some verification here -- is this how it's done or is there a better/easier way?
I have a server-to-server app using a JWT JSON token file for Box access. It works fine with my Developer account. We're now ready to integrate it with our paid Business account. I have the app authorized on the Business account and on my first test, the file was still going to my Dev account. On a hunch, I copied the Business Enterprise Id to the JSON file and tried again and now it goes to the Business account as I wanted.
Is that all there is to it? Is that the Box "official" way to do it? A link to the docs (where I should have read this -- sorry!) will be appreciated.