I am trying to search for a specific user folder, by name, where the folder is owned by that user, using the Box CLI. In this case I will not yet know the ID of the folder, and need to locate the folder by name.
I am running the command as a co-Admin service account by specifying the "--as-user." I always get an empty result, like the search query is unable to find the folder, yet I know the folder Name is correct, and the Owner ID is accurate. I can easily locate the same folder within the Box Web Portal using the search function there, but cannot use the Box CLI command. I appreciate any help.
This picture describes what I am trying to do.

Here is the code:
box search "Joe Smith - Workspace" --scope enterprise_content --type folder --owner-user-ids "12374374123" --as-user "36467319632" --json