user3593900
user3593900

Reputation: 5

Box API java sdk creating app user

I'm fairly new to BOX api and I've a question about creating app user to be used to get files from root folder. Box.com documentation is not clear to me and I am hoping to get some answer from this forum. I'm able to create Enterprise access token using JWT with enterprise id but got confused with the concept of app user. Is box user created programmatically? Any help is appreciated.

Thank you.

Upvotes: 0

Views: 589

Answers (1)

kendomen
kendomen

Reputation: 778

An AppUser is created programmatically and you can access its content programmatically or if you're an admin, you can see its content in admin console -> content manager.

Here's some examples: https://github.com/kendomen/BoxJavaJWTExamples

Upvotes: -1

Related Questions