Skip to main content
Question

Box CLI - Finding Owner

  • May 23, 2025
  • 2 replies
  • 14 views

Forum|alt.badge.img

Is there a way using the Box CLI to list the owner of a folder?

I tried

box folders:collaborations Folderid --as-user BoxID

which will show me a role but it only lists co-owner.   

Is there a different CLI command that can be used to list the Owner?

2 replies

Forum|alt.badge.img

If you run box folder:get FolderID --as-user UserID, there should be a owned by section in the response. 

Alex, Box Developer Advocate


Forum|alt.badge.img

Thank you this worked and I was able to get the information.