Hello,
i have fully functional application with oauth 2.0 authentication and i need to add one more option. Automatically invite user to newly created folder. My question is, how can i get user id from email address, which i want to invite to folder. I know folder ID, but i don't know how can i get user id from email address string. It's possible to do this via API?
Thank you.