I can successfully create an App User through the .NET SDK but reading up on what I need (server-to server access to all users' files) it looks like I would be better served with a service account.
I've read up on them (https://docs.box.com/docs/service-account) and followed the steps in the setup guide. But at the end of following the steps: I don't have a service account. Nowehere in that setup guide does it actually create an account. Those steps all describe how to set up the app, but don't create an actual account to use. The setup guide ends with "Once you’ve completed the authorization for the new application, you can begin using Box Platform with Service Accounts."
How? Where do I create the Service Account? And how do I then use it through the API.

