Rank 2: Process
Hi,
I want to create a new document (from my flutter app) and share this document with another user.
I can't do it quickly because user can't add permission to another user id. We have to be in a team. But now I have add all users to a team and if i want to add my permission, my user had to know the membership id of the other user... So I have to do a request to get the membership id, and then adding the permission with this team & membership id...
Is there a way to add permission with only the other user id ?