How can I get a user or group id from box other than iterating through all users or groups in an enterprise.
I can search for folders by name: https://api.box.com/2.0/search?query="Colab Folder 3"&scope=enterprise_content&type=folder
but not for groups, or users:
/api.box.com/2.0/search?query="Colab Group 3"&scope=enterprise_content&type=group
/api.box.com/2.0/search?query="[email protected]"&scope=enterprise_content&type=user