Last attempt at 5:46 MST, 11:56 UTC.
Enterprise ID: 356927003
*Description*: Tried to add a verified user as a collaborator to an empty folder and got a 400 error - through the UI. I do this frequently through the SDK and I tested in the UI and I think there is a fundamental problem with this box org. I can collaborate with groups but not the user.
*Expected*: User to be added as a collaborator to the folder.
*Actual*: 400 error with UI banner that there was an issue adding collaborator
*Steps to reproduce*
1. Login to box org
2. Create a new folder
3. Create a new user and give the new user a password (through email)
4. Attempt to add user to folder through `share` button on contents page
Logs:
request url: https://app.box.com/app-api/enduserapp/item/d_1***phone number removed for privacy***/invite-collaborators
payload: `{"emails":"***email address removed for privacy***","groupIDs":"","emailMessage":"","permission":"Editor","numsOfInvitees":1,"numOfInviteeGroups":0}`
Response: `{"status":400,"errorCode":"inviteCollaboratorsError","data":{"code":"badRequest","message":"Something went wrong with your request. Please try to invite collaborators again."}}`